diff options
Diffstat (limited to 'test/MSVC')
-rw-r--r-- | test/MSVC/msvc.py | 3 |
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 |