From 5e0e19bd1509c120d8f013fcc16b28e6287ee15f Mon Sep 17 00:00:00 2001 From: stevenknight Date: Sun, 25 Apr 2004 20:13:54 +0000 Subject: [PATCH] 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 --- test/timestamp-fallback.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.26.2