mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 20:14:27 +01:00
run-gdb: make dry run dry
This commit is contained in:
1
run-gdb
1
run-gdb
@@ -196,6 +196,7 @@ See: https://github.com/cirosantilli/linux-kernel-module-cheat#gdb-builtin-cpu-s
|
|||||||
cmd.extend(after)
|
cmd.extend(after)
|
||||||
if self.env['test']:
|
if self.env['test']:
|
||||||
self.sh.print_cmd(cmd)
|
self.sh.print_cmd(cmd)
|
||||||
|
if not self.env['dry_run']:
|
||||||
GdbTestcase(
|
GdbTestcase(
|
||||||
self.env['source_path'],
|
self.env['source_path'],
|
||||||
test_script_path,
|
test_script_path,
|
||||||
|
|||||||
Reference in New Issue
Block a user