summaryrefslogtreecommitdiff
path: root/test/end-to-end/remote-execution/large-blobs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/end-to-end/remote-execution/large-blobs.sh')
-rw-r--r--test/end-to-end/remote-execution/large-blobs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/end-to-end/remote-execution/large-blobs.sh b/test/end-to-end/remote-execution/large-blobs.sh
index a338825a..6da146db 100644
--- a/test/end-to-end/remote-execution/large-blobs.sh
+++ b/test/end-to-end/remote-execution/large-blobs.sh
@@ -47,7 +47,7 @@ run_tests() {
if [ -n "${1:-}" ] && [ -n "${2:-}" ]; then
TYPE="remote"
REMOTE_ARGS="-r $1"
- REMOTE_BUILD_ARGS="--remote-execution-property $2"
+ REMOTE_BUILD_ARGS="$(printf " --remote-execution-property %s" $2)"
fi
ARGS="$COMMON_ARGS $REMOTE_ARGS"
BUILD_ARGS="$ARGS $REMOTE_BUILD_ARGS"