But back check.sh

Whether it fails or not, it is no a new test so we have to leave it.
This commit is contained in:
John Ericson 2020-08-17 18:01:38 +00:00
parent 1bf31bad5f
commit 36758a1a09

View file

@ -28,6 +28,7 @@ nix_tests = \
shell.sh \ shell.sh \
brotli.sh \ brotli.sh \
pure-eval.sh \ pure-eval.sh \
check.sh \
plugins.sh \ plugins.sh \
search.sh \ search.sh \
nix-copy-ssh.sh \ nix-copy-ssh.sh \
@ -39,7 +40,6 @@ nix_tests = \
# build-remote-content-addressed-fixed.sh \ # build-remote-content-addressed-fixed.sh \
# build-remote-trustless-should-pass-3.sh \ # build-remote-trustless-should-pass-3.sh \
# build-remote-trustless-should-pass-0.sh # problem with legacy ssh-store only # build-remote-trustless-should-pass-0.sh # problem with legacy ssh-store only
# check.sh \
install-tests += $(foreach x, $(nix_tests), tests/$(x)) install-tests += $(foreach x, $(nix_tests), tests/$(x))