userland: show stdout again?

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-01-22 00:00:00 +00:00
parent 022bbe970e
commit 080f4e9d4d
4 changed files with 14 additions and 6 deletions

View File

@@ -43,7 +43,9 @@ found by searching for the Python test files.
for test_script_noext in test_scripts_noext:
common_args = self.get_common_args()
common_args['baremetal'] = test_script_noext
test_id_string = self.test_setup(common_args, test_script_noext)
run_args = common_args.copy()
run_args['wait_gdb'] = True
run_args['background'] = True
@@ -53,6 +55,7 @@ found by searching for the Python test files.
gdb_args['test'] = True
run_gdb(**gdb_args)
run_thread.join()
self.test_teardown(run)
if __name__ == '__main__':