run-gdb: make dry run dry

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2019-01-22 00:00:00 +00:00
parent de90cd9c97
commit d3a839ea4a

View File

@@ -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,