mirror of
https://github.com/NixOS/nix
synced 2025-07-10 04:43:53 +02:00
Merge pull request #11177 from obsidiansystems/skip-exit-code
Change skipped test error code from 99 to 77
This commit is contained in:
commit
6662c9012d
2 changed files with 2 additions and 2 deletions
|
@ -190,7 +190,7 @@ isDaemonNewer () {
|
|||
|
||||
skipTest () {
|
||||
echo "$1, skipping this test..." >&2
|
||||
exit 99
|
||||
exit 77
|
||||
}
|
||||
|
||||
TODO_NixOS() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue