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:17:23 +0000 (14:17 -0500)
commitadda2c9af486dc17fcf24e330d4ddba12c2c3d67
tree41638bee0c984106225abb6236d7f0bad10fb525
parent1215e5cedf49e4786efda28d0988ab587faef39a
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.025625 seconds and 4 git commands to generate.