summaryrefslogtreecommitdiff
path: root/test/SConstruct.py
diff options
context:
space:
mode:
authorSteven Knight <knight@baldmt.com>2001-12-21 18:05:38 +0000
committerSteven Knight <knight@baldmt.com>2001-12-21 18:05:38 +0000
commited3aa5e39e64a5b48b493f33d1438572678d8b65 (patch)
treec6d413502e18ee12dd833f647437ac10503cc263 /test/SConstruct.py
parent15674b6b3ee16f5979f5ceb971531d3b1f29f567 (diff)
downloadscons-ed3aa5e39e64a5b48b493f33d1438572678d8b65.tar.gz
Create the Script directory
Diffstat (limited to 'test/SConstruct.py')
-rw-r--r--test/SConstruct.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/SConstruct.py b/test/SConstruct.py
index 33a20ceb..1c830d7f 100644
--- a/test/SConstruct.py
+++ b/test/SConstruct.py
@@ -30,9 +30,9 @@ import TestSCons
test = TestSCons.TestSCons(match = TestCmd.match_re)
test.run(stdout = "",
- stderr = """
+ stderr = r"""
SCons error: No SConstruct file found.
-File "\S+Script.py", line \d+, in _main
+File "\S+", line \d+, in \S+
""")
test.match_func = TestCmd.match_exact