mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
gem5-regression: pass extra_arguments to command, was getting ignored
This commit is contained in:
@@ -32,8 +32,10 @@ https://cirosantilli.com/linux-kernel-module-cheat#gem5-regression-tests
|
||||
'--variant', self.env['gem5_build_type'], LF,
|
||||
'-j', str(self.env['nproc']), LF,
|
||||
'-t', str(self.env['nproc']), LF,
|
||||
],
|
||||
] +
|
||||
self.sh.add_newlines(self.env['extra_args']),
|
||||
cwd=os.path.join(self.env['gem5_source_dir'], 'tests'),
|
||||
raise_on_failure=False,
|
||||
)
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
||||
Reference in New Issue
Block a user