Fix: test: test plan/skip must come after TAP initialization
authorJonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Tue, 1 Mar 2022 17:33:53 +0000 (12:33 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Tue, 1 Mar 2022 19:11:53 +0000 (14:11 -0500)
commit564b41c459b1d73600fd1606947d9fe0ec082631
tree9a15e27799119659f1d5e35b5f3e6189d4319f94
parent23bbd912daaff257427fd88d9c77cdfe83127a0f
Fix: test: test plan/skip must come after TAP initialization

TAP is initialized during the sourcing of `utils.sh`. Calling it before
yield nothing.

Move the platform validation after the `PLAN_TEST` call.

Signed-off-by: Jonathan Rajotte <jonathan.rajotte-julien@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: Ib7b4434440ed7590b39b0580ea294045ace40495
tests/regression/kernel/test_select_poll_epoll
This page took 0.024089 seconds and 4 git commands to generate.