diff --git a/scripts/ci-test-extensions b/scripts/ci-test-extensions index 634cef7..5cd7199 100755 --- a/scripts/ci-test-extensions +++ b/scripts/ci-test-extensions @@ -361,7 +361,7 @@ case "${1:-}" in EXTENSIONS_TO_BE_TESTED="${2:-}" ;; all) - EXTENSIONS_TO_BE_TESTED="$(cat "$CI_BUILD_DIR/data/supported-extensions" | cut -d' ' -f1)" + EXTENSIONS_TO_BE_TESTED="$(cat "$CI_BUILD_DIR/data/supported-extensions" | cut -d' ' -f1 | tr '\n' ' ')" ;; *) if test -z "${1:-}"; then