application-lifecycle: replace continue by return 68/26068/1 jellyfish 10.0.2 10.0.3 jellyfish/10.0.2 jellyfish/10.0.3 jellyfish_10.0.2 jellyfish_10.0.3
authorCorentin LABBE <clabbe@baylibre.com>
Wed, 17 Feb 2021 08:53:15 +0000 (08:53 +0000)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Wed, 17 Feb 2021 11:14:57 +0000 (11:14 +0000)
commit1c2b9d63e1d208f4bb1af7761c33d8b5c4624fcd
treefcd21671abedbfe51b1c009428fdee13ebbcc63e
parent1cba00345f7c2cf81a36297ecae83ffb133bff22
application-lifecycle: replace continue by return

Lot of code was moved in do_release_test(), but since it is not in a
loop anymore, continue are noop.
Replace them by returns.

Fixes: 1aee04806027c9496f5860a0dfcdbd4aafde148d ("SPEC-3484: create new application tests using new wgt types")
Change-Id: I1dcd7b389dd859d8aadb3608c6e5255d13a470b8
Bug-AGL: SPEC-3808
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
(cherry picked from commit 189cba49e3f230fe081a02efd08604ee8c6aa40e)
common/scripts/application-lifecycle.sh