Some minor test tweaking
commit9fc18579b415b39cfb69e8af80551f9a5f83d2f0
authorMats Wichmann <mats@linux.com>
Tue, 25 Jun 2024 14:08:56 +0000 (25 08:08 -0600)
committerMats Wichmann <mats@linux.com>
Sat, 6 Jul 2024 12:16:55 +0000 (6 06:16 -0600)
treeaecbf1b5e06609b0f008d98689777dbda145f1ee
parentb51ea227d892c073b06f68d178972e75de20364e
Some minor test tweaking

Don't """code block""" % locals() if there's not actually a substitution
in the code block.  While there, fix any old-style file headers,
and add a DefaultEnvironment call if not present.

Signed-off-by: Mats Wichmann <mats@linux.com>
42 files changed:
bin/scons-time.py
test/CacheDir/value_dependencies/SConstruct
test/Configure/custom-tests.py
test/Errors/preparation.py
test/GetBuildFailures/option-k.py
test/Java/JARCHDIR.py
test/Java/JARFLAGS.py
test/Java/JAVACFLAGS.py
test/Java/JAVACLASSPATH.py
test/Java/JAVAH.py
test/Java/multi-step.py
test/Java/no-JARCHDIR.py
test/Java/swig-dependencies.py
test/LEX/no_lex.py
test/MSVC/MSVC_USE_SCRIPT.py
test/MSVC/MSVC_USE_SETTINGS.py
test/MSVC/PCH-source.py
test/MSVC/TARGET_ARCH.py
test/MSVC/batch-longlines.py
test/MinGW/MinGWSharedLibrary.py
test/MinGW/WINDOWS_INSERT_DEF.py
test/Removed/Old/warn-missing-sconscript.py
test/TEX/LATEX2.py
test/TEX/LATEXCOMSTR.py
test/TEX/PDFLATEXCOMSTR.py
test/TEX/PDFTEXCOMSTR.py
test/TEX/TEXCOMSTR.py
test/TEX/configure.py
test/TEX/dryrun.py
test/TEX/rename_result.py
test/TEX/usepackage.py
test/Variables/import.py
test/YACC/live-check-output-cleaned.py
test/ZIP/ZIP.py
test/ZIP/ZIPROOT.py
test/ZIP/ZIP_OVERRIDE_TIMESTAMP.py
test/gettext/POTUpdate/UserExamples.py
test/implicit-cache/DualTargets.py
test/no-global-dependencies.py
test/sconsign/script/SConsignFile.py
testing/framework/TestCommonTests.py
testing/framework/TestSCons.py