diff options
author | Steven Knight <knight@baldmt.com> | 2004-07-29 18:55:37 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-07-29 18:55:37 (GMT) |
commit | 7707cce18557e7a8285fe7e0c2e1479e6e86b8d0 (patch) | |
tree | 3295b2cc20efc7006c60d0122fa23022dc09a80a /config | |
parent | 89330e2ad1be10e91444afc5b3979a23d1b853fe (diff) | |
download | SCons-7707cce18557e7a8285fe7e0c2e1479e6e86b8d0.zip SCons-7707cce18557e7a8285fe7e0c2e1479e6e86b8d0.tar.gz SCons-7707cce18557e7a8285fe7e0c2e1479e6e86b8d0.tar.bz2 |
Enhance runtest.py and add a script for automated regression-test runs.
Diffstat (limited to 'config')
-rw-r--r-- | config | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; |