From: stevenknight Date: Sun, 25 Apr 2004 20:13:54 +0000 (+0000) Subject: Make the inability to test timestamp fallback a pass (for Aegis), not no result. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=5e0e19bd1509c120d8f013fcc16b28e6287ee15f;p=scons.git Make the inability to test timestamp fallback a pass (for Aegis), not no result. git-svn-id: http://scons.tigris.org/svn/scons/trunk@961 fdb21ef1-2011-0410-befe-b5e4ea1792b1 --- diff --git a/test/timestamp-fallback.py b/test/timestamp-fallback.py index ba70d0c2..fd8e63ee 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