diff options
author | Anthony Roach <aroach@electriceyeball.com> | 2001-08-29 23:27:48 (GMT) |
---|---|---|
committer | Anthony Roach <aroach@electriceyeball.com> | 2001-08-29 23:27:48 (GMT) |
commit | 3b4debd4fd8159b00a3e671d46a2033203e90137 (patch) | |
tree | 897d213fcc57d852ab8803223c1e9333f6908c04 /config | |
parent | b2e435ca54132d70963b8c0831a7c5cbbb6a67f2 (diff) | |
download | SCons-3b4debd4fd8159b00a3e671d46a2033203e90137.zip SCons-3b4debd4fd8159b00a3e671d46a2033203e90137.tar.gz SCons-3b4debd4fd8159b00a3e671d46a2033203e90137.tar.bz2 |
Change runtest.py so it executes locally by default.
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 runtest.py -v ${VERsion} ${File_Name}"; +test_command = "python runtest.py -b aegis -v ${VERsion} ${File_Name}"; new_test_filename = "test/CHANGETHIS.py"; |