diff options
author | William Deegan <bill@baddogconsulting.com> | 2019-12-14 23:29:11 (GMT) |
---|---|---|
committer | William Deegan <bill@baddogconsulting.com> | 2019-12-14 23:29:11 (GMT) |
commit | f4137883a3967ce4a6f3a142c987f834d8694220 (patch) | |
tree | 4919849f81f2e0d6880ca296e7fff037c9d38387 /test/Removed | |
parent | 7c69e892566d189d83760ebd0e56b44fa11165ce (diff) | |
download | SCons-f4137883a3967ce4a6f3a142c987f834d8694220.zip SCons-f4137883a3967ce4a6f3a142c987f834d8694220.tar.gz SCons-f4137883a3967ce4a6f3a142c987f834d8694220.tar.bz2 |
fixed match function to be non-regex
Diffstat (limited to 'test/Removed')
-rw-r--r-- | test/Removed/Copy-Method/Copy-Method.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Removed/Copy-Method/Copy-Method.py b/test/Removed/Copy-Method/Copy-Method.py index e55ebc6..bca10fe 100644 --- a/test/Removed/Copy-Method/Copy-Method.py +++ b/test/Removed/Copy-Method/Copy-Method.py @@ -38,7 +38,7 @@ AttributeError: 'SConsEnvironment' object has no attribute 'Copy': File "{}", line 2: env.Copy() """.format(test.workpath('SConstruct')) -test.run(arguments='-Q -s', status=2, stdout=None, stderr=expect) +test.run(arguments='-Q -s', status=2, stderr=expect, match=TestSCons.match_exact) test.pass_test() |