Fix: tests: test_kernel: break should only be used in loops
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 24 Feb 2022 19:06:28 +0000 (14:06 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 24 Feb 2022 19:06:28 +0000 (14:06 -0500)
commitd61d4fae208679ab4824cb0b53cfc1390803944e
treeb0c7d53a18b8777d227a5ac4219ae735c27bd3ab
parentdcab38776573ef1a59f79f6d4b77825451e9cb62
Fix: tests: test_kernel: break should only be used in loops

Using `break` in a function's scope makes no sense in bash. I am
guessing the original author meant to exit early from the various tests.

Regardless, the rest of the test can be ran without issues. I am not
sure traces of failed tests should be kept, but that's a separate issue.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I286ccb796afbbca4e3866e6fd0b35a3746045346
tests/regression/tools/snapshots/test_kernel
This page took 0.024563 seconds and 4 git commands to generate.