summaryrefslogtreecommitdiffstats
path: root/test/Removed/SourceCode/SourceCode.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/SourceCode/SourceCode.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/SourceCode/SourceCode.py')
-rw-r--r--test/Removed/SourceCode/SourceCode.py13
1 files changed, 0 insertions, 13 deletions
diff --git a/test/Removed/SourceCode/SourceCode.py b/test/Removed/SourceCode/SourceCode.py
index 8ac54d4..f586ef6 100644
--- a/test/Removed/SourceCode/SourceCode.py
+++ b/test/Removed/SourceCode/SourceCode.py
@@ -1,16 +1,3 @@
-"""
-NameError: name 'SourceCode' is not defined:
- File "/tmp/testcmd.193317.nqan7rtg/SConstruct", line 4:
- SConscript('SConscript')
- File "/home/mats/github/scons/src/engine/SCons/Script/SConscript.py", line 660:
- return method(*args, **kw)
- File "/home/mats/github/scons/src/engine/SCons/Script/SConscript.py", line 597:
- return _SConscript(self.fs, *files, **subst_kw)
- File "/home/mats/github/scons/src/engine/SCons/Script/SConscript.py", line 286:
- exec(compile(scriptdata, scriptname, 'exec'), call_stack[-1].globals)
- File "/tmp/testcmd.193317.nqan7rtg/SConscript", line 2:
- SourceCode('.', None)
-"""
#!/usr/bin/env python
#
# __COPYRIGHT__