summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-07-29 18:55:37 (GMT)
committerSteven Knight <knight@baldmt.com>2004-07-29 18:55:37 (GMT)
commit0e78071aa44253284bd7b9738ba91059c15a13d2 (patch)
tree3295b2cc20efc7006c60d0122fa23022dc09a80a /config
parent95eb74f024972db2fae728efedd82ca768d7dc59 (diff)
downloadSCons-0e78071aa44253284bd7b9738ba91059c15a13d2.zip
SCons-0e78071aa44253284bd7b9738ba91059c15a13d2.tar.gz
SCons-0e78071aa44253284bd7b9738ba91059c15a13d2.tar.bz2
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 8df5dba..17aa2d3 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";