run: rename --wait-gdb in --gdb-wait, --gdb prefix might become a thing

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-05-05 00:00:00 +00:00
parent 74b3672dea
commit 7dedb18580
3 changed files with 45 additions and 45 deletions

View File

@@ -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()