mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-26 03:31:36 +01:00
userland: show stdout again?
This commit is contained in:
3
test-gdb
3
test-gdb
@@ -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__':
|
||||
|
||||
Reference in New Issue
Block a user