From: Steve Reinhardt Date: Mon, 4 Aug 2008 05:01:35 +0000 (-0400) Subject: Minor fix for test/SConscript... forgot to 'qref' before 'qdel', argh. X-Git-Tag: m5_2.0_beta6~62 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ab6e522032a752402af6be6f06862faee00a3018;p=gem5.git Minor fix for test/SConscript... forgot to 'qref' before 'qdel', argh. --- 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.