summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtsp/jobs/common_prep_flash_conf.sh2
-rwxr-xr-xtsp/scripts/common_prep_flash_conf.sh2
2 files changed, 2 insertions, 2 deletions
diff --git a/tsp/jobs/common_prep_flash_conf.sh b/tsp/jobs/common_prep_flash_conf.sh
index f591995..960c75f 100755
--- a/tsp/jobs/common_prep_flash_conf.sh
+++ b/tsp/jobs/common_prep_flash_conf.sh
@@ -81,7 +81,7 @@ cp "${ORG_MULTIPLEX_FILE}" "${MULTIPLEX_FILE}"
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"
diff --git a/tsp/scripts/common_prep_flash_conf.sh b/tsp/scripts/common_prep_flash_conf.sh
index d940823..30ae6d6 100755
--- a/tsp/scripts/common_prep_flash_conf.sh
+++ b/tsp/scripts/common_prep_flash_conf.sh
@@ -18,7 +18,7 @@
#
# 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"