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 60df1e9..de5b72e 100644 --- a/test/SConstruct.py +++ b/test/SConstruct.py @@ -33,7 +33,7 @@ test.run(stdout = "", stderr = r""" SCons error: No SConstruct file found. File "\S+", line \d+, in \S+ -""") +""", status=2) test.match_func = TestCmd.match_exact |