From 36758a1a09d75ad18d04ce2f5650eec455198ee4 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Mon, 17 Aug 2020 18:01:38 +0000 Subject: [PATCH] But back check.sh Whether it fails or not, it is no a new test so we have to leave it. --- tests/local.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/local.mk b/tests/local.mk index efe193356..ff3063d58 100644 --- a/tests/local.mk +++ b/tests/local.mk @@ -28,6 +28,7 @@ nix_tests = \ shell.sh \ brotli.sh \ pure-eval.sh \ + check.sh \ plugins.sh \ search.sh \ nix-copy-ssh.sh \ @@ -39,7 +40,6 @@ nix_tests = \ # build-remote-content-addressed-fixed.sh \ # build-remote-trustless-should-pass-3.sh \ # build-remote-trustless-should-pass-0.sh # problem with legacy ssh-store only - # check.sh \ install-tests += $(foreach x, $(nix_tests), tests/$(x))