summaryrefslogtreecommitdiffstats
path: root/test/MSVC
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2005-08-20 04:13:59 (GMT)
committerSteven Knight <knight@baldmt.com>2005-08-20 04:13:59 (GMT)
commit363f4dd969747edcc783584138a8daf018417a47 (patch)
tree27a3ab63f74f7693bb5954d60dae2cb0a09cb937 /test/MSVC
parentd8075b1a39a6d29bf2724e02a7b27dc35f794b70 (diff)
downloadSCons-363f4dd969747edcc783584138a8daf018417a47.zip
SCons-363f4dd969747edcc783584138a8daf018417a47.tar.gz
SCons-363f4dd969747edcc783584138a8daf018417a47.tar.bz2
Have Visual Studio echo that we're using SCons to build things, to work around a quoting issue. (Shannon Mann)
Diffstat (limited to 'test/MSVC')
-rw-r--r--test/MSVC/msvc.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/MSVC/msvc.py b/test/MSVC/msvc.py
index c3a9fdc..dd0f5ca 100644
--- a/test/MSVC/msvc.py
+++ b/test/MSVC/msvc.py
@@ -34,7 +34,8 @@ import time
test = TestSCons.TestSCons(match = TestCmd.match_re)
if sys.platform != 'win32':
- test.pass_test()
+ msg = "Skipping Visual C/C++ test on non-Windows platform '%s'\n" % sys.platform
+ test.skip_test(msg)
#####
# Test the basics