diff options
author | Steven Knight <knight@baldmt.com> | 2001-12-21 18:05:38 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2001-12-21 18:05:38 (GMT) |
commit | ed3aa5e39e64a5b48b493f33d1438572678d8b65 (patch) | |
tree | c6d413502e18ee12dd833f647437ac10503cc263 /test/SConstruct.py | |
parent | 15674b6b3ee16f5979f5ceb971531d3b1f29f567 (diff) | |
download | SCons-ed3aa5e39e64a5b48b493f33d1438572678d8b65.zip SCons-ed3aa5e39e64a5b48b493f33d1438572678d8b65.tar.gz SCons-ed3aa5e39e64a5b48b493f33d1438572678d8b65.tar.bz2 |
Create the Script directory
Diffstat (limited to 'test/SConstruct.py')
-rw-r--r-- | test/SConstruct.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/SConstruct.py b/test/SConstruct.py index 33a20ce..1c830d7 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 |