diff options
author | Steven Knight <knight@baldmt.com> | 2003-02-07 07:05:09 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2003-02-07 07:05:09 (GMT) |
commit | 1e93334baa5bafe099bba0bbb2878cfbc4349ac1 (patch) | |
tree | 73f0208106d249b4b5e5164e42e951f5157ffefc /config | |
parent | 4f6a2c926304ee3ea444b6854991489702252c0e (diff) | |
download | SCons-1e93334baa5bafe099bba0bbb2878cfbc4349ac1.zip SCons-1e93334baa5bafe099bba0bbb2878cfbc4349ac1.tar.gz SCons-1e93334baa5bafe099bba0bbb2878cfbc4349ac1.tar.bz2 |
Fix case-sensitive packaging problem on Win32.
Diffstat (limited to 'config')
-rw-r--r-- | config | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -250,9 +250,9 @@ diff_command = * is set appropriately during a baseline test. So we just use the * proper aesub variable to comment out the expanded $spe. */ -test_command = "python ${Source runtest.py Absolute} -p tar-gz -q ${File_Name}"; +test_command = "python ${Source runtest.py Absolute} -p tar-gz -v ${SUBSTitute '\\.[CD][0-9]+$' '' ${VERsion}} -q ${File_Name}"; -batch_test_command = "python ${Source runtest.py Absolute} -p tar-gz -o ${Output} ${File_Names} ${COMment $spe}"; +batch_test_command = "python ${Source runtest.py Absolute} -p tar-gz -v ${SUBSTitute '\\.[CD][0-9]+$' '' ${VERsion}} -o ${Output} ${File_Names} ${COMment $spe}"; new_test_filename = "test/CHANGETHIS.py"; |