Minor fix for test/SConscript... forgot to 'qref' before 'qdel', argh.
authorSteve Reinhardt <stever@gmail.com>
Mon, 4 Aug 2008 05:01:35 +0000 (01:01 -0400)
committerSteve Reinhardt <stever@gmail.com>
Mon, 4 Aug 2008 05:01:35 +0000 (01:01 -0400)
tests/SConscript

index af11195cc9f3eb8f9c96ebcb2e960e4497f1ea7a..984eaa97cd4c7d18de597a5ef3b7a3ef8afe5bd7 100644 (file)
@@ -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.