diff options
Diffstat (limited to 'test/SConstruct.py')
-rw-r--r-- | test/SConstruct.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/SConstruct.py b/test/SConstruct.py index a3ad3aa..b3fe9a0 100644 --- a/test/SConstruct.py +++ b/test/SConstruct.py @@ -34,8 +34,7 @@ test.run(arguments = ".", stdout = "", stderr = r""" scons: \*\*\* No SConstruct file found. -File "[^"]+", line \d+, in \S+ -""") +""" + TestSCons.file_expr) test.match_func = TestCmd.match_exact |