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:15:08 +0000 (14:15 -0500)
commit4fca05e02f08e6960db6df39f3fb4cfa453a272a
tree8c940cda3361621a292390e5c15df15da4559990
parent32c05713af4136688c6b1d396f3074680b0f9658
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.024587 seconds and 4 git commands to generate.