nix/tests/functional/common
John Ericson dcbe2453f5 Change skipped test error code from 99 to 77
Meson uses a venerable GNU convention described in
https://www.gnu.org/software/automake/manual/html_node/Scripts_002dbased-Testsuites.html
in which:

> When no test protocol is in use, an exit status of 0 from a test
> script will denote a success, an exit status of 77 a skipped test, an
> exit status of 99 a hard error, and any other exit status will denote
> a failure.

77 is thus what we want, not 99.
2024-07-24 22:36:43 -04:00
..
init.sh Revert "tests/functional/common/init.sh: Use parentheses around negation" 2024-06-20 22:31:32 +02:00
paths.sh Functional test for derivation "advanced attrs" 2024-06-23 21:42:56 -04:00
subst-vars.sh.in Merge remote-tracking branch 'upstream/master' into functional-tests-on-nixos 2024-06-24 18:07:21 +02:00
test-root.sh Functional test for derivation "advanced attrs" 2024-06-23 21:42:56 -04:00
vars-and-functions.sh Change skipped test error code from 99 to 77 2024-07-24 22:36:43 -04:00