diff options
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 |