diff options
author | regnat <rg@regnat.ovh> | 2021-03-08 16:43:11 +0100 |
---|---|---|
committer | regnat <rg@regnat.ovh> | 2021-03-15 16:35:14 +0100 |
commit | 54ced9072b94515a756e1e8e76c92a42f0ccf366 (patch) | |
tree | 9e4bd8613a73dc749b8b9f933d5ca216904e9cfe /tests/local.mk | |
parent | 3e6017f911127555cfbed71fe4a4df8f70d08bbb (diff) |
Check the signatures when copying store paths around
Broken atm
Diffstat (limited to 'tests/local.mk')
-rw-r--r-- | tests/local.mk | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/local.mk b/tests/local.mk index e17555051..9a227bec5 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -41,8 +41,9 @@ nix_tests = \ build.sh \ compute-levels.sh \ ca/build.sh \ - ca/nix-copy.sh \ ca/substitute.sh + ca/signatures.sh \ + ca/nix-copy.sh # parallel.sh install-tests += $(foreach x, $(nix_tests), tests/$(x)) |