]> git.ipfire.org Git - thirdparty/kmod.git/commit
testsuite: use exitcode 77 for skipped tests
authorEmil Velikov <emil.l.velikov@gmail.com>
Fri, 15 Nov 2024 15:38:23 +0000 (15:38 +0000)
committerLucas De Marchi <lucas.de.marchi@gmail.com>
Thu, 21 Nov 2024 04:27:37 +0000 (22:27 -0600)
commit49e54bf2ada8d449b61332925544d5fbb3c1378a
tree7b25e0f1fb9b770724f71d9eb83d9321745e7fff
parenta76afe12abaab0429c967e5c8a58699094e10310
testsuite: use exitcode 77 for skipped tests

Using 77 is a de-facto standard for skipped tests that both autotools
and meson support OOTB. Use that instead of EXIT_SUCCESS aka 0.

Semi-recently we removed the only skip = true tests, although with more
tests incoming we're need bound to have a few users.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Link: https://github.com/kmod-project/kmod/pull/246
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
testsuite/testsuite.c