application-lifecycle: replace continue by return 53/26053/1
authorCorentin LABBE <clabbe@baylibre.com>
Wed, 17 Feb 2021 08:53:15 +0000 (08:53 +0000)
committerCorentin LABBE <clabbe@baylibre.com>
Wed, 17 Feb 2021 08:56:09 +0000 (08:56 +0000)
commit189cba49e3f230fe081a02efd08604ee8c6aa40e
treeca8471dd45c4954ede5ad282b6b6680d7a44661d
parentbf04b7ff77a5da4e3bf205e69139938cd433bb04
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>
common/scripts/application-lifecycle.sh