summaryrefslogtreecommitdiff
path: root/test/timestamp-fallback.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-08-20 04:13:59 +0000
committerSteven Knight <knight@baldmt.com>2005-08-20 04:13:59 +0000
commit363f4dd969747edcc783584138a8daf018417a47 (patch)
tree27a3ab63f74f7693bb5954d60dae2cb0a09cb937 /test/timestamp-fallback.py
parentd8075b1a39a6d29bf2724e02a7b27dc35f794b70 (diff)
downloadscons-363f4dd969747edcc783584138a8daf018417a47.tar.gz
Have Visual Studio echo that we're using SCons to build things, to work around a quoting issue. (Shannon Mann)
Diffstat (limited to 'test/timestamp-fallback.py')
-rw-r--r--test/timestamp-fallback.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/timestamp-fallback.py b/test/timestamp-fallback.py
index e1a27f82..288f8d8e 100644
--- a/test/timestamp-fallback.py
+++ b/test/timestamp-fallback.py
@@ -38,9 +38,9 @@ except ImportError:
pass
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.pass_test(1);
+ msg = "The 'md5' module is built in to this version of Python.\n" + \
+ "Cannot test falling back to timestamps.\n"
+ test.skip_test(msg)
test.write('md5.py', r"""
raise ImportError