diff options
author | Steven Knight <knight@baldmt.com> | 2004-01-27 06:35:04 (GMT) |
---|---|---|
committer | Steven Knight <knight@baldmt.com> | 2004-01-27 06:35:04 (GMT) |
commit | d0b4699180b7177561f452b646b85ec39f09d0e2 (patch) | |
tree | faf09e444cbecbeafdc012c1e686a394c6eb156c /test/SConstruct.py | |
parent | a478cc2fd257e58173fed2f3d00a2b0948a64fcf (diff) | |
download | SCons-d0b4699180b7177561f452b646b85ec39f09d0e2.zip SCons-d0b4699180b7177561f452b646b85ec39f09d0e2.tar.gz SCons-d0b4699180b7177561f452b646b85ec39f09d0e2.tar.bz2 |
Accomodate white space in path names when running tests.
Diffstat (limited to 'test/SConstruct.py')
-rw-r--r-- | test/SConstruct.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/SConstruct.py b/test/SConstruct.py index cd201d2..a3ad3aa 100644 --- a/test/SConstruct.py +++ b/test/SConstruct.py @@ -34,7 +34,7 @@ test.run(arguments = ".", stdout = "", stderr = r""" scons: \*\*\* No SConstruct file found. -File "\S+", line \d+, in \S+ +File "[^"]+", line \d+, in \S+ """) test.match_func = TestCmd.match_exact |