mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-23 02:05:57 +01:00
gem5: gem-regression downloads test binaries to a fixed location outside of source tree with the newly added --bin-path option
Otherwise each --gem5-worktree would download its own copy of the test binaries into its own source tree.
This commit is contained in:
@@ -33,6 +33,7 @@ List tests instead of running them.
|
||||
if self.env['cmd'] == 'run':
|
||||
extra_args = [
|
||||
'--base-dir', self.env['gem5_source_dir'], LF,
|
||||
'--bin-path', self.env['gem5_test_binaries_dir'], LF,
|
||||
'--build-dir', self.env['gem5_build_build_dir'], LF,
|
||||
'-j', str(self.env['nproc']), LF,
|
||||
'-t', str(self.env['nproc']), LF,
|
||||
|
||||
Reference in New Issue
Block a user