summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-07-29 18:55:37 +0000
committerSteven Knight <knight@baldmt.com>2004-07-29 18:55:37 +0000
commit7707cce18557e7a8285fe7e0c2e1479e6e86b8d0 (patch)
tree3295b2cc20efc7006c60d0122fa23022dc09a80a /config
parent89330e2ad1be10e91444afc5b3979a23d1b853fe (diff)
downloadscons-7707cce18557e7a8285fe7e0c2e1479e6e86b8d0.tar.gz
Enhance runtest.py and add a script for automated regression-test runs.
Diffstat (limited to 'config')
-rw-r--r--config2
1 files changed, 1 insertions, 1 deletions
diff --git a/config b/config
index 8df5dba1..17aa2d33 100644
--- a/config
+++ b/config
@@ -260,7 +260,7 @@ diff_command =
*/
test_command = "python1.5 ${Source runtest.py Absolute} -p tar-gz -v ${SUBSTitute '\\.[CD][0-9]+$' '' ${VERsion}} -q ${File_Name}";
-batch_test_command = "python1.5 ${Source runtest.py Absolute} -p tar-gz -v ${SUBSTitute '\\.[CD][0-9]+$' '' ${VERsion}} -o ${Output} ${File_Names} ${COMment $spe}";
+batch_test_command = "python1.5 ${Source runtest.py Absolute} -p tar-gz -v ${SUBSTitute '\\.[CD][0-9]+$' '' ${VERsion}} -o ${Output} --aegis ${File_Names} ${COMment $spe}";
new_test_filename = "test/CHANGETHIS.py";