diff options
author | Steven Knight <knight@baldmt.com> | 2002-01-11 07:03:58 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-01-11 07:03:58 (GMT) |
commit | 1337a21f86a49c41940e9b95b7ebf5139cfa03d3 (patch) | |
tree | a35eb93886633346141fd0032f4c9c784f73ead4 /config | |
parent | 73d5fcf51f9002bb3a0da8a32576b2e8ce0cb54a (diff) | |
download | SCons-1337a21f86a49c41940e9b95b7ebf5139cfa03d3.zip SCons-1337a21f86a49c41940e9b95b7ebf5139cfa03d3.tar.gz SCons-1337a21f86a49c41940e9b95b7ebf5139cfa03d3.tar.bz2 |
Add command-line redirection (Charles Crain).
Diffstat (limited to 'config')
-rw-r--r-- | config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -242,7 +242,7 @@ diff_command = * written to conform to Perl conventions) and Aegis' expectations. * See the comments in the test.pl script itself for details. */ -test_command = "python ${Source runtest.py} -b aegis -q -v ${VERsion} ${File_Name}"; +test_command = "python ${Source runtest.py Absolute} -b aegis -q -v ${VERsion} ${File_Name}"; new_test_filename = "test/CHANGETHIS.py"; |