summaryrefslogtreecommitdiff
path: root/tests/SConscript
diff options
context:
space:
mode:
Diffstat (limited to 'tests/SConscript')
-rw-r--r--tests/SConscript2
1 files changed, 1 insertions, 1 deletions
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.