diff options
author | Mats Wichmann <mats@linux.com> | 2019-12-20 20:19:43 (GMT) |
---|---|---|
committer | Mats Wichmann <mats@linux.com> | 2019-12-20 20:19:43 (GMT) |
commit | c1d1e5492069b799a5e7a9689bf940d34b9a526a (patch) | |
tree | 871a9e1863ddce8e0e9d349ddbaebea879f644d3 /test/Removed/BuildDir/SConscript-build_dir.py | |
parent | f6d44c83fc88a3feffa88f747c5cceb875453059 (diff) | |
download | SCons-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/BuildDir/SConscript-build_dir.py')
-rw-r--r-- | test/Removed/BuildDir/SConscript-build_dir.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Removed/BuildDir/SConscript-build_dir.py b/test/Removed/BuildDir/SConscript-build_dir.py index 5a8d1ca..77b6ee4 100644 --- a/test/Removed/BuildDir/SConscript-build_dir.py +++ b/test/Removed/BuildDir/SConscript-build_dir.py @@ -43,7 +43,7 @@ test.write(['src', 'SConscript'], """ # this doesn't work yet expect = """\ TypeError: SConscript() got an unexpected keyword argument 'build_dir': - File "{}", line 1: + File "{}", line 2: SConscript('src/SConscript', build_dir='build') """.format(test.workpath('SConstruct')) test.run(arguments='-Q -s', status=2, stderr=expect) |