diff options
author | Steven Knight <knight@baldmt.com> | 2004-04-25 20:13:54 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-04-25 20:13:54 (GMT) |
commit | 00403c6ffe98e56807ece34499265e3602bcc38a (patch) | |
tree | c38f197386169900206f30fc44a2eec78b45641b /test/timestamp-fallback.py | |
parent | 910350e1e0511a6017b2c4a5c303d03e52b64c0f (diff) | |
download | SCons-00403c6ffe98e56807ece34499265e3602bcc38a.zip SCons-00403c6ffe98e56807ece34499265e3602bcc38a.tar.gz SCons-00403c6ffe98e56807ece34499265e3602bcc38a.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.py | 2 |
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 |