1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-08 02:43:54 +02:00

tests/*: show when tests are skipped

This commit is contained in:
Robert Hensing 2021-03-24 14:44:20 +01:00
parent f66fb5fb5b
commit c3090bc6fd
5 changed files with 7 additions and 7 deletions

View file

@ -1,5 +1,5 @@
if ! canUseSandbox; then exit; fi
if ! [[ $busybox =~ busybox ]]; then exit; fi
if ! canUseSandbox; then exit 99; fi
if ! [[ $busybox =~ busybox ]]; then exit 99; fi
unset NIX_STORE_DIR
unset NIX_STATE_DIR