diff options
Diffstat (limited to 'tests/test-progs/asmtest/src/riscv/run-tests.py')
-rwxr-xr-x | tests/test-progs/asmtest/src/riscv/run-tests.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/test-progs/asmtest/src/riscv/run-tests.py b/tests/test-progs/asmtest/src/riscv/run-tests.py index 53a8476c0..f5b847ff7 100755 --- a/tests/test-progs/asmtest/src/riscv/run-tests.py +++ b/tests/test-progs/asmtest/src/riscv/run-tests.py @@ -109,6 +109,8 @@ for test in tests: test_name = test + '-' + model job_names.append(test_name) job_cmds.append([gem5_bin, + '-d', 'm5out/' + test_name, + '--listener-mode', 'off', config, '-m', str(args.max_tick), '--cpu-type', model, |