Change-Id: Ib257fd31f2d7e7988479e0e56d90a988d62a9418
Signed-off-by: Aleksander Mistewicz <a.mistewicz@samsung.com>
scp "${MULTIPLEX_FILE}" tl-runner:"${WORKDIR_REMOTE}/" || retrigger "ssh: copy failed"
echo "start remote script"
-ssh tl-runner "TARGET=${TARGET} FAIL_CNT=${FAIL_CNT} WORKDIR_REMOTE=${WORKDIR_REMOTE} timeout 10m sh -s --" \
+ssh tl-runner "TARGET=${TARGET} WORKDIR_REMOTE=${WORKDIR_REMOTE} timeout 10m sh -s --" \
< "${TSP_DIR}/scripts/common_prep_flash_conf.sh" || retrigger "ssh: remote script execution failed"
echo "finish remote script"
#
# Author: Aleksander Mistewicz <a.mistewicz@samsung.com>
-# WORKDIR_REMOTE, TARGET and FAIL_CNT are given as environment variables
+# WORKDIR_REMOTE, TARGET are given as environment variables
TESTLAB_MAJOR="/opt/testlab-major"