summaryrefslogtreecommitdiffstats
path: root/test/timestamp-fallback.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2004-04-25 20:13:54 (GMT)
committerSteven Knight <knight@baldmt.com>2004-04-25 20:13:54 (GMT)
commit11fd9c0717af03213b2c0879873d1258a9c2ad45 (patch)
treec38f197386169900206f30fc44a2eec78b45641b /test/timestamp-fallback.py
parenta5aa1648378901edeb346289abe1a62e4776e5b1 (diff)
downloadSCons-11fd9c0717af03213b2c0879873d1258a9c2ad45.zip
SCons-11fd9c0717af03213b2c0879873d1258a9c2ad45.tar.gz
SCons-11fd9c0717af03213b2c0879873d1258a9c2ad45.tar.bz2
Make the inability to test timestamp fallback a pass (for Aegis), not no result.
Diffstat (limited to 'test/timestamp-fallback.py')
-rw-r--r--test/timestamp-fallback.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/timestamp-fallback.py b/test/timestamp-fallback.py
index ba70d0c..fd8e63e 100644
--- a/test/timestamp-fallback.py
+++ b/test/timestamp-fallback.py
@@ -40,7 +40,7 @@ else:
if desc[2] == imp.C_BUILTIN:
print "The 'md5' module is built in to this version of Python."
print "Cannot test falling back to timestamps."
- test.no_result(1);
+ test.pass_test(1);
test.write('md5.py', r"""
raise ImportError