Minor fix for test/SConscript... forgot to 'qref' before 'qdel', argh.
This commit is contained in:
parent
6f92e9b8d4
commit
ab6e522032
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue