Make the inability to test timestamp fallback a pass (for Aegis), not no result.
authorstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 25 Apr 2004 20:13:54 +0000 (20:13 +0000)
committerstevenknight <stevenknight@fdb21ef1-2011-0410-befe-b5e4ea1792b1>
Sun, 25 Apr 2004 20:13:54 +0000 (20:13 +0000)
git-svn-id: http://scons.tigris.org/svn/scons/trunk@961 fdb21ef1-2011-0410-befe-b5e4ea1792b1

test/timestamp-fallback.py

index ba70d0c23fbe10d43ba669694b8797c16f8b2748..fd8e63eef0b458ff72cbdf08e5ed161672681cad 100644 (file)
@@ -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