summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2002-01-11 07:03:58 +0000
committerSteven Knight <knight@baldmt.com>2002-01-11 07:03:58 +0000
commit1337a21f86a49c41940e9b95b7ebf5139cfa03d3 (patch)
treea35eb93886633346141fd0032f4c9c784f73ead4 /config
parent73d5fcf51f9002bb3a0da8a32576b2e8ce0cb54a (diff)
downloadscons-1337a21f86a49c41940e9b95b7ebf5139cfa03d3.tar.gz
Add command-line redirection (Charles Crain).
Diffstat (limited to 'config')
-rw-r--r--config2
1 files changed, 1 insertions, 1 deletions
diff --git a/config b/config
index 44e99ce4..445a1b13 100644
--- a/config
+++ b/config
@@ -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";