Skip to content

Commit 99c5f88

Browse files
author
Caspar van Leeuwen
committed
Make this two separate strings, so that they are two separate arguments (in a shell sense)
1 parent 5ca5a76 commit 99c5f88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bot/test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ if [[ ${EESSI_SOFTWARE_SUBDIR_OVERRIDE} =~ .*/generic$ ]]; then
224224
TEST_SUITE_ARGS+=("--generic")
225225
fi
226226
if [[ ${SHARED_FS_PATH} ]]; then
227-
TEST_SUITE_ARGS+=("--shared-fs-path ${SHARED_FS_PATH}")
227+
TEST_SUITE_ARGS+=("--shared-fs-path" "${SHARED_FS_PATH}")
228228
fi
229229
# [[ ! -z ${BUILD_LOGS_DIR} ]] && TEST_SUITE_ARGS+=("--build-logs-dir" "${BUILD_LOGS_DIR}")
230230
# [[ ! -z ${SHARED_FS_PATH} ]] && TEST_SUITE_ARGS+=("--shared-fs-path" "${SHARED_FS_PATH}")

0 commit comments

Comments
 (0)