diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2020-07-13 14:35:01 +0200 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2020-07-13 14:35:01 +0200 |
commit | 1d01ae816b80eaefb0996a9605d00a3031ecd4d9 (patch) | |
tree | 1c1bd15875e1efc45b0e5075b8510c3f96c9ca74 /tests | |
parent | 2900a441f5e2a05bc10186e37b4084acb7eca83c (diff) |
Fix 'nix verify --all' on a binary cache and add a test
Diffstat (limited to 'tests')
-rw-r--r-- | tests/binary-cache.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/binary-cache.sh b/tests/binary-cache.sh index 59cdfef2e..17d7a2df6 100644 --- a/tests/binary-cache.sh +++ b/tests/binary-cache.sh @@ -187,6 +187,10 @@ fi # HAVE_LIBSODIUM unset _NIX_FORCE_HTTP +# Test 'nix verify --all' on a binary cache. +nix verify -vvvvv --all --store file://$cacheDir --no-trust + + # Test NAR listing generation. clearCache |