diff --git a/Build/Scripts/runTests.sh b/Build/Scripts/runTests.sh index 7099c15..4a3868b 100755 --- a/Build/Scripts/runTests.sh +++ b/Build/Scripts/runTests.sh @@ -613,7 +613,7 @@ case ${TEST_SUITE} in ;; npm) COMMAND_PARTS=(npm "$@") - ${CONTAINER_BIN} run ${CONTAINER_COMMON_PARAMS} --name npm-command-${SUFFIX} ${IMAGE_NODE} /bin/sh -c "${COMMAND_PARTS[@]}" + ${CONTAINER_BIN} run ${CONTAINER_COMMON_PARAMS} --name npm-command-${SUFFIX} ${IMAGE_NODE} "${COMMAND_PARTS[@]}" SUITE_EXIT_CODE=$? ;; phpstan)