summaryrefslogtreecommitdiffstats
path: root/test/SHELL.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2009-01-29 17:06:24 (GMT)
committerSteven Knight <knight@baldmt.com>2009-01-29 17:06:24 (GMT)
commit1498b1e8c83c6aced5e96a72b28a64ef2bdf2ffd (patch)
tree4a8c0e032315c03c1674b52764d09f8673ae065b /test/SHELL.py
parentf2124c8cac9879ed1631ebafdbd85fd4b5a307a0 (diff)
downloadSCons-1498b1e8c83c6aced5e96a72b28a64ef2bdf2ffd.zip
SCons-1498b1e8c83c6aced5e96a72b28a64ef2bdf2ffd.tar.gz
SCons-1498b1e8c83c6aced5e96a72b28a64ef2bdf2ffd.tar.bz2
Change explicit uses of test.no_result() to test.skip_test(),
for consistency with the rest.
Diffstat (limited to 'test/SHELL.py')
-rw-r--r--test/SHELL.py4
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')