mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-27 12:04:27 +01:00
build: make --dry-run work again on all
This commit is contained in:
@@ -64,7 +64,8 @@ https://github.com/cirosantilli/linux-kernel-module-cheat-regression#gem5-unit-t
|
||||
self.env['gem5_source_dir'], LF,
|
||||
])
|
||||
else:
|
||||
raise Exception('gem5 submodule not checked out')
|
||||
if not self.env['dry_run']:
|
||||
raise Exception('gem5 submodule not checked out')
|
||||
if self.env['verbose']:
|
||||
verbose = ['--verbose', LF]
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user