From ab6e522032a752402af6be6f06862faee00a3018 Mon Sep 17 00:00:00 2001 From: Steve Reinhardt Date: Mon, 4 Aug 2008 01:01:35 -0400 Subject: Minor fix for test/SConscript... forgot to 'qref' before 'qdel', argh. --- tests/SConscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/SConscript') 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. -- cgit v1.2.3