summaryrefslogtreecommitdiff
path: root/test/end-to-end/remote-execution/install-cas.sh
diff options
context:
space:
mode:
Diffstat (limited to 'test/end-to-end/remote-execution/install-cas.sh')
-rw-r--r--test/end-to-end/remote-execution/install-cas.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/end-to-end/remote-execution/install-cas.sh b/test/end-to-end/remote-execution/install-cas.sh
index e39ff41e..0a2f16a2 100644
--- a/test/end-to-end/remote-execution/install-cas.sh
+++ b/test/end-to-end/remote-execution/install-cas.sh
@@ -24,7 +24,7 @@ LOCAL_ARGS="--local-build-root ${LBRDIR}"
REMOTE_ARGS="${LOCAL_ARGS} -r ${REMOTE_EXECUTION_ADDRESS}"
if [ "${REMOTE_EXECUTION_PROPERTIES:-}" != "" ]
then
- REMOTE_ARGS="${REMOTE_EXECUTION_ARGS} --remote-execution-property ${REMOTE_EXECUTION_PROPERTIES}"
+ REMOTE_ARGS="${REMOTE_ARGS} --remote-execution-property ${REMOTE_EXECUTION_PROPERTIES}"
fi
if [ -n "${COMPATIBLE:-}" ]
then