Fix "ci-test-extensions all"

pull/373/head
Michele Locati 2021-07-01 12:38:29 +02:00
parent f13e11e15a
commit f60a336f8f
No known key found for this signature in database
GPG Key ID: 98B7CE2E7234E28B
1 changed files with 1 additions and 1 deletions

View File

@ -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