summaryrefslogtreecommitdiffstats
path: root/test/Removed/Copy-Method/Copy-Method.py
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2019-12-20 20:19:43 (GMT)
committerMats Wichmann <mats@linux.com>2019-12-20 20:19:43 (GMT)
commitc1d1e5492069b799a5e7a9689bf940d34b9a526a (patch)
tree871a9e1863ddce8e0e9d349ddbaebea879f644d3 /test/Removed/Copy-Method/Copy-Method.py
parentf6d44c83fc88a3feffa88f747c5cceb875453059 (diff)
downloadSCons-c1d1e5492069b799a5e7a9689bf940d34b9a526a.zip
SCons-c1d1e5492069b799a5e7a9689bf940d34b9a526a.tar.gz
SCons-c1d1e5492069b799a5e7a9689bf940d34b9a526a.tar.bz2
[PR #3506] fix remnamt docstring and speed up
left a pasted traceback in the SourceCode.py test, got rid of. applied "standard" speedup of dropping tools in DefaultEnvironmment and Environment, speeds up windows a lot (individual Removed tests running in 1 sec instead of 15) Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'test/Removed/Copy-Method/Copy-Method.py')
-rw-r--r--test/Removed/Copy-Method/Copy-Method.py2
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 bca10fe..4c7c386 100644
--- a/test/Removed/Copy-Method/Copy-Method.py
+++ b/test/Removed/Copy-Method/Copy-Method.py
@@ -35,7 +35,7 @@ test = TestSCons.TestSCons(match = TestSCons.match_re_dotall)
test.file_fixture('SConstruct.method', 'SConstruct')
expect = """\
AttributeError: 'SConsEnvironment' object has no attribute 'Copy':
- File "{}", line 2:
+ File "{}", line 3:
env.Copy()
""".format(test.workpath('SConstruct'))
test.run(arguments='-Q -s', status=2, stderr=expect, match=TestSCons.match_exact)