diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2025-07-16 15:47:36 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarIT.de> | 2025-07-28 12:53:26 +0200 |
| commit | ae0fcf3a4208401f5dc0296c29227a55f63163da (patch) | |
| tree | 3f3612b982c1180064e944e1a83060f0161af57e /utils/lib_sxng_test.sh | |
| parent | 54a2b553f46df6dc98a4b8410788e35165e0fa3e (diff) | |
[chore] overdue maintenance of shell scripts
Removes obsolete scripts and fix various leftovers.
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'utils/lib_sxng_test.sh')
| -rwxr-xr-x | utils/lib_sxng_test.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/lib_sxng_test.sh b/utils/lib_sxng_test.sh index b84852c1f..321584bf2 100755 --- a/utils/lib_sxng_test.sh +++ b/utils/lib_sxng_test.sh @@ -21,7 +21,7 @@ if [ "$VERBOSE" = "1" ]; then fi test.yamllint() { - build_msg TEST "[yamllint] \$YAMLLINT_FILES" + build_msg TEST "[yamllint] $YAMLLINT_FILES" pyenv.cmd yamllint --strict --format parsable "${YAMLLINT_FILES[@]}" dump_return $? } @@ -100,7 +100,7 @@ test.types.ci() { } test.black() { - build_msg TEST "[black] \$BLACK_TARGETS" + build_msg TEST "[black] $BLACK_TARGETS" pyenv.cmd black --check --diff "${BLACK_OPTIONS[@]}" "${BLACK_TARGETS[@]}" dump_return $? } |