summaryrefslogtreecommitdiff
path: root/tsp/stop.sh
diff options
context:
space:
mode:
authorAleksander Mistewicz <a.mistewicz@samsung.com>2017-01-12 13:33:05 +0100
committerAleksander Mistewicz <a.mistewicz@samsung.com>2017-03-29 12:48:09 +0200
commit55a857de6a40c6c35396c29ed32f127ca2ead13c (patch)
tree6f1386e348451e5034f968f9d0ca8464eeb00786 /tsp/stop.sh
parent39889bad953d30a7fe47d7429706a16fa3eeb7b2 (diff)
downloadmajor-55a857de6a40c6c35396c29ed32f127ca2ead13c.tar.gz
major-55a857de6a40c6c35396c29ed32f127ca2ead13c.tar.bz2
major-55a857de6a40c6c35396c29ed32f127ca2ead13c.zip
Add TARGET_LIST to tsp/common.sh
List of used target types is stored in a single place. Change-Id: Ia22639a708ebfcadfee24b6c3c93cc5561979987 Signed-off-by: Aleksander Mistewicz <a.mistewicz@samsung.com>
Diffstat (limited to 'tsp/stop.sh')
-rwxr-xr-xtsp/stop.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/tsp/stop.sh b/tsp/stop.sh
index 24dd63b..f8c5663 100755
--- a/tsp/stop.sh
+++ b/tsp/stop.sh
@@ -56,14 +56,14 @@ done
echo "Stop runner queues"
echo "Queued tests will be lost"
-for target in "odroid" "minnow32" "minnow64"
+for target in ${TARGET_LIST}
do
remove_queued tsrun_target $target
done
echo "Wait for last tests to finish and kill server"
-for target in "odroid" "minnow32" "minnow64"
+for target in ${TARGET_LIST}
do
echo "[$target] wait for running job"
tsrun_target $target -w