diff options
author | Steve Reinhardt <stever@gmail.com> | 2008-08-04 01:01:35 -0400 |
---|---|---|
committer | Steve Reinhardt <stever@gmail.com> | 2008-08-04 01:01:35 -0400 |
commit | ab6e522032a752402af6be6f06862faee00a3018 (patch) | |
tree | 47e619a3846df775c6da458071404bbb07c8aaa1 /tests | |
parent | 6f92e9b8d4c1aa366a7570faa57ac8120037c9c4 (diff) | |
download | gem5-ab6e522032a752402af6be6f06862faee00a3018.tar.xz |
Minor fix for test/SConscript... forgot to 'qref' before 'qdel', argh.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/SConscript | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/SConscript b/tests/SConscript index af11195cc..984eaa97c 100644 --- a/tests/SConscript +++ b/tests/SConscript @@ -179,7 +179,7 @@ def test_builder(env, ref_dir): # mess with paths all it wants to and we still get the right # files. cmd = '${SOURCES[0]} -d $TARGET.dir' - cmd += ' -re --stdout-file ${TARGETS[0]} --stderr-file ${TARGETS[1]}' + cmd += ' -re --stdout-file stdout --stderr-file stderr' cmd += ' ${SOURCES[1]} %s' % tgt_dir # Prefix test run with batch job submission command if appropriate. |