aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJohn Ericson <John.Ericson@Obsidian.Systems>2021-02-27 05:33:47 +0000
committerJohn Ericson <John.Ericson@Obsidian.Systems>2021-02-27 05:33:47 +0000
commit2dd11f07808c8b86513260b85f35a70cbe9b1249 (patch)
treed3ddc08d1d345d0f6b01dbfc303989dc19e630a4 /tests
parentf6f19acd3fd13d1e7d27a3624ee40a2fed8c8fe6 (diff)
Reenable previously failing trustless remote builder tests
Diffstat (limited to 'tests')
-rw-r--r--tests/local.mk5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/local.mk b/tests/local.mk
index c8aed0390..2cb65867c 100644
--- a/tests/local.mk
+++ b/tests/local.mk
@@ -19,8 +19,10 @@ nix_tests = \
build-remote-input-addressed.sh \
build-remote-content-addressed-fixed.sh \
build-remote-content-addressed-floating.sh \
+ build-remote-trustless-should-pass-0.sh \
build-remote-trustless-should-pass-1.sh \
build-remote-trustless-should-pass-2.sh \
+ build-remote-trustless-should-pass-3.sh \
build-remote-trustless-should-fail-0.sh \
ssh-relay.sh \
nar-access.sh \
@@ -47,9 +49,6 @@ nix_tests = \
build.sh \
compute-levels.sh
# parallel.sh
- # build-remote-content-addressed-fixed.sh # problem with fixed output derivations
- # build-remote-trustless-should-pass-0.sh # problem with legacy ssh-store only
- # build-remote-trustless-should-pass-3.sh # problem with fixed output derivations
install-tests += $(foreach x, $(nix_tests), tests/$(x))