mirror of
https://github.com/NixOS/nix
synced 2025-07-08 06:53:54 +02:00
tests/*: show when tests are skipped
This commit is contained in:
parent
f66fb5fb5b
commit
c3090bc6fd
5 changed files with 7 additions and 7 deletions
|
@ -4,7 +4,7 @@ case $system in
|
|||
*linux*)
|
||||
;;
|
||||
*)
|
||||
exit 0;
|
||||
exit 99;
|
||||
esac
|
||||
|
||||
set -m # enable job control, needed for kill
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue