From 2dd11f07808c8b86513260b85f35a70cbe9b1249 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Sat, 27 Feb 2021 05:33:47 +0000 Subject: [PATCH] Reenable previously failing trustless remote builder tests --- tests/local.mk | 5 ++--- 1 file 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))