summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-10-10 02:49:11 (GMT)
committerSteven Knight <knight@baldmt.com>2005-10-10 02:49:11 (GMT)
commit69998af3b908a9cfe2645daddf577ac01bcec285 (patch)
treee6bf38b4bb60546638faf52593a367b87099c8d9 /etc
parentaa8ee0923301d055ea4a595145cc71789e8b3f8d (diff)
downloadSCons-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.py1
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',