diff options
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 $? } |