summaryrefslogtreecommitdiffstats
path: root/test/IDL/midl.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/IDL/midl.py')
-rw-r--r--test/IDL/midl.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/IDL/midl.py b/test/IDL/midl.py
index a41ac01..1de9640 100644
--- a/test/IDL/midl.py
+++ b/test/IDL/midl.py
@@ -34,7 +34,8 @@ import time
test = TestSCons.TestSCons(match = TestCmd.match_re)
if sys.platform != 'win32':
- test.pass_test()
+ msg = "Skipping test on non-Windows platform '%s'\n" % sys.platform
+ test.skip_test(msg)
#####
# Test the basics