Fix tests which break when using print() and no from __future__ import print_function...
authorWilliam Deegan <bill@baddogconsulting.com>
Mon, 25 Sep 2017 22:19:04 +0000 (15:19 -0700)
committerWilliam Deegan <bill@baddogconsulting.com>
Mon, 25 Sep 2017 22:19:04 +0000 (15:19 -0700)
commit53d289074458b53d634a9aa922250a5c08b6c2d9
treee11c3ea791864caa646af308d82d101214e82b18
parent2e0de3c55f22b3eaa7767b69740b898f3d2f46bf
Fix tests which break when using print() and no from __future__ import print_function under python 2.7 because the print('a','b') effectively becomes printing a tuple which doesn't match the expected strings
17 files changed:
test/Deprecated/Options/chdir.py
test/Deprecated/Options/import.py
test/ExecuteInvalidateCache.py
test/SConscript/Return.py
test/SConscript/SConscript.py
test/SConscript/env.py
test/SConstruct.py
test/Scanner/empty-implicit.py
test/Scanner/scan-once.py
test/Variables/chdir.py
test/option--C.py
test/option-f.py
test/overrides.py
test/tool_args.py
test/toolpath/basic.py
test/toolpath/nested/image/SConstruct
test/toolpath/relative_import/image/SConstruct