diff options
Diffstat (limited to 'test/SHELL.py')
-rw-r--r-- | test/SHELL.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/SHELL.py b/test/SHELL.py index 915dbce..b946189 100644 --- a/test/SHELL.py +++ b/test/SHELL.py @@ -40,8 +40,8 @@ _python_ = TestSCons._python_ test = TestSCons.TestSCons() if sys.platform == 'win32': - sys.stderr.write('Cannot set SHELL separately from other variables on Windows.\n') - test.no_result(1) + msg = 'Cannot set SHELL separately from other variables on Windows.\n' + test.skip_test(msg) my_shell = test.workpath('my_shell.py') |