mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 11:11:35 +01:00
run: rename --wait-gdb in --gdb-wait, --gdb prefix might become a thing
This commit is contained in:
2
test-gdb
2
test-gdb
@@ -45,7 +45,7 @@ found by searching for the Python test files.
|
||||
common_args['baremetal'] = test_script_noext
|
||||
test_id_string = self.test_setup(test_script_noext)
|
||||
run_args = common_args.copy()
|
||||
run_args['wait_gdb'] = True
|
||||
run_args['gdb_wait'] = True
|
||||
run_args['background'] = True
|
||||
run_thread = threading.Thread(target=lambda: run(**run_args))
|
||||
run_thread.start()
|
||||
|
||||
Reference in New Issue
Block a user