summaryrefslogtreecommitdiff
path: root/test/end-to-end/remote-execution/install-cas.sh
diff options
context:
space:
mode:
authorKlaus Aehlig <klaus.aehlig@huawei.com>2023-07-27 16:36:53 +0200
committerKlaus Aehlig <klaus.aehlig@huawei.com>2023-07-27 16:51:17 +0200
commit106ad30405914d20c05a32b32157f17da57c570e (patch)
treed31e734a4493590631ab1fc30d2a59e329b52f2e /test/end-to-end/remote-execution/install-cas.sh
parente0663fd415934287ed338784abdf8181c6c77e24 (diff)
downloadjustbuild-106ad30405914d20c05a32b32157f17da57c570e.tar.gz
link install-cas test to test suite
While there, fix a typo in the setup.
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