application-lifecycle: replace continue by return 67/26067/1 koi 11.0.1 11.0.2 11.0.3 11.0.4 11.0.5 koi/11.0.1 koi/11.0.2 koi/11.0.3 koi/11.0.4 koi/11.0.5 koi_11.0.1 koi_11.0.2 koi_11.0.3 koi_11.0.4 koi_11.0.5
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:42 +0000 (11:14 +0000)
commitc70ca8ab3fb5ac2be7056d290ac8fc55547c1922
tree4b299bf5ec4cf90eb36b299ba083bb34fa2266d9
parent71ac5baeac856205e0514e97982c5351b498b636
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