projects
/
gem5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6f92e9b
)
Minor fix for test/SConscript... forgot to 'qref' before 'qdel', argh.
author
Steve Reinhardt
<stever@gmail.com>
Mon, 4 Aug 2008 05:01:35 +0000
(
01:01
-0400)
committer
Steve Reinhardt
<stever@gmail.com>
Mon, 4 Aug 2008 05:01:35 +0000
(
01:01
-0400)
tests/SConscript
patch
|
blob
|
history
diff --git
a/tests/SConscript
b/tests/SConscript
index af11195cc9f3eb8f9c96ebcb2e960e4497f1ea7a..984eaa97cd4c7d18de597a5ef3b7a3ef8afe5bd7 100644
(file)
--- 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.