changeset 2764c7769ee3 in /z/repo/m5
details: http://repo.m5sim.org/m5?cmd=changeset;node=2764c7769ee3
description:
        Minor fix for test/SConscript... forgot to 'qref' before 'qdel', argh.

diffstat:

0 files changed

diffs (12 lines):

diff -r abb8846b2e62 -r 2764c7769ee3 tests/SConscript
--- a/tests/SConscript  Mon Aug 04 00:48:11 2008 -0400
+++ b/tests/SConscript  Mon Aug 04 01:01:35 2008 -0400
@@ -179,7 +179,7 @@
     # 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.
_______________________________________________
m5-dev mailing list
m5-dev@m5sim.org
http://m5sim.org/mailman/listinfo/m5-dev

Reply via email to