diff options
author | Steven Knight <knight@baldmt.com> | 2005-10-10 02:49:11 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2005-10-10 02:49:11 (GMT) |
commit | 69998af3b908a9cfe2645daddf577ac01bcec285 (patch) | |
tree | e6bf38b4bb60546638faf52593a367b87099c8d9 /etc | |
parent | aa8ee0923301d055ea4a595145cc71789e8b3f8d (diff) | |
download | SCons-69998af3b908a9cfe2645daddf577ac01bcec285.zip SCons-69998af3b908a9cfe2645daddf577ac01bcec285.tar.gz SCons-69998af3b908a9cfe2645daddf577ac01bcec285.tar.bz2 |
Fix on-disk file matching on case-insensitive systems. Various fixes for win32 portability. Refactor the --debug=time test. Refactor the Perforce test. Additional cleanup.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/TestCommon.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/TestCommon.py b/etc/TestCommon.py index af3c8a8..f2daf57 100644 --- a/etc/TestCommon.py +++ b/etc/TestCommon.py @@ -95,6 +95,7 @@ from TestCmd import * from TestCmd import __all__ __all__.extend([ 'TestCommon', + 'TestFailed', 'exe_suffix', 'obj_suffix', 'shobj_suffix', |