summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorAnthony Roach <aroach@electriceyeball.com>2001-08-29 23:27:48 +0000
committerAnthony Roach <aroach@electriceyeball.com>2001-08-29 23:27:48 +0000
commit3b4debd4fd8159b00a3e671d46a2033203e90137 (patch)
tree897d213fcc57d852ab8803223c1e9333f6908c04 /config
parentb2e435ca54132d70963b8c0831a7c5cbbb6a67f2 (diff)
downloadscons-3b4debd4fd8159b00a3e671d46a2033203e90137.tar.gz
Change runtest.py so it executes locally by default.
Diffstat (limited to 'config')
-rw-r--r--config2
1 files changed, 1 insertions, 1 deletions
diff --git a/config b/config
index bad5168f..d653bb2d 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 runtest.py -v ${VERsion} ${File_Name}";
+test_command = "python runtest.py -b aegis -v ${VERsion} ${File_Name}";
new_test_filename = "test/CHANGETHIS.py";