test-gdb and test-userland: fix --dry-run missing seconds

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-01-22 00:00:00 +00:00
parent eccefa4c57
commit 5e8add55fc
3 changed files with 12 additions and 4 deletions

View File

@@ -53,7 +53,7 @@ found by searching for the Python test files.
gdb_args['test'] = True
run_gdb(**gdb_args)
run_thread.join()
self.log_info(self.seconds_to_hms(run.ellapsed_seconds))
self.test_teardown(run)
if __name__ == '__main__':
Main().cli()