diff options
author | Steven Knight <knight@baldmt.com> | 2002-11-03 22:15:49 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2002-11-03 22:15:49 (GMT) |
commit | 8610c9b8c655e5749899be1a9664af2ed6f87a5e (patch) | |
tree | 9fc04b8aac67af30f382af6beb55e0b88ae91b15 /config | |
parent | 1da4ae4c4effd7df1ddaf9205824fa4fe6185553 (diff) | |
download | SCons-8610c9b8c655e5749899be1a9664af2ed6f87a5e.zip SCons-8610c9b8c655e5749899be1a9664af2ed6f87a5e.tar.gz SCons-8610c9b8c655e5749899be1a9664af2ed6f87a5e.tar.bz2 |
Extend runtest.py so it can batch tests for Aegis.
Diffstat (limited to 'config')
-rw-r--r-- | config | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -241,6 +241,8 @@ diff_command = */ test_command = "python ${Source runtest.py Absolute} -p tar-gz -q ${File_Name}"; +batch_test_command = "python ${Source runtest.py Absolute} -p tar-gz -o ${Output} ${File_Names}"; + new_test_filename = "test/CHANGETHIS.py"; /* |