mirror of
https://github.com/NixOS/nix
synced 2025-07-07 18:31:49 +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
|
@ -1,7 +1,7 @@
|
|||
source common.sh
|
||||
|
||||
# FIXME
|
||||
if [[ $(uname) != Linux ]]; then exit; fi
|
||||
if [[ $(uname) != Linux ]]; then exit 99; fi
|
||||
|
||||
clearStore
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue