test: Always exit with 77 if we skip a test
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 2 Apr 2024 18:37:30 +0000 (20:37 +0200)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 3 Apr 2024 00:14:15 +0000 (09:14 +0900)
commitc89b3e1dfda482d4ba657f26ebb46534c8512b09
tree0ffc2826c5ee835939837829d656c795e267b21f
parent52c15e9c9b97cebd3e2c78393e7c78fd5a213d22
test: Always exit with 77 if we skip a test

Prep work for running the integration tests with meson, which requires
tests to exit with 77 to indicate they are skipped.

Note this only deals with the easy cases where there's only tests. The
hard ones where there's subtests of which only some are skipped are left
for another PR.
test/units/testsuite-08.sh
test/units/testsuite-43.sh
test/units/testsuite-46.sh
test/units/testsuite-55.sh
test/units/testsuite-58.sh
test/units/testsuite-62.sh
test/units/testsuite-72.sh