summaryrefslogtreecommitdiff
path: root/test/Builder
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2010-06-06 00:48:58 +0000
committerSteven Knight <knight@baldmt.com>2010-06-06 00:48:58 +0000
commit0b3d97253286f0fff9f394d99d4848a7001aaf52 (patch)
treeac058390368dd11f3cdf8fb8b716eb2803b8dd6b /test/Builder
parenta76c51b0829d98d30c76a2efc9694b06f170d92d (diff)
downloadscons-0b3d97253286f0fff9f394d99d4848a7001aaf52.tar.gz
Windows portability fixes in various tests. Fix runtest.py detection
of non-zero exit status on systems that don't have os.WEXITSTATUS().
Diffstat (limited to 'test/Builder')
-rw-r--r--test/Builder/multi/same-overrides.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Builder/multi/same-overrides.py b/test/Builder/multi/same-overrides.py
index 3e1408f0..33c4e7bb 100644
--- a/test/Builder/multi/same-overrides.py
+++ b/test/Builder/multi/same-overrides.py
@@ -57,7 +57,7 @@ test.write('file4b.in', 'file4b.in\n')
expect = ("""
scons: warning: Two different environments were specified for target file4.out,
\tbut they appear to have the same action: %s build.py .foo .TARGET .SOURCES
-""" % _python_) + TestSCons.file_expr
+""" % TestSCons.re_escape(_python_)) + TestSCons.file_expr
test.run(arguments='file4.out', stderr=expect)