Remove unused variable FAIL_CNT 38/84438/9
authorAleksander Mistewicz <a.mistewicz@samsung.com>
Thu, 18 Aug 2016 12:42:36 +0000 (14:42 +0200)
committerAleksander Mistewicz <a.mistewicz@samsung.com>
Tue, 6 Dec 2016 15:37:14 +0000 (16:37 +0100)
Change-Id: Ib257fd31f2d7e7988479e0e56d90a988d62a9418
Signed-off-by: Aleksander Mistewicz <a.mistewicz@samsung.com>
tsp/jobs/common_prep_flash_conf.sh
tsp/scripts/common_prep_flash_conf.sh

index f591995..960c75f 100755 (executable)
@@ -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"
 
index d940823..30ae6d6 100755 (executable)
@@ -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"