test-gdb and test-userland: print time of each test

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-01-22 00:00:00 +00:00
parent 928b01f458
commit c02d52267f
3 changed files with 34 additions and 12 deletions

View File

@@ -54,6 +54,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))
if __name__ == '__main__':
Main().cli()