From 27945161aee4068539ce713a9b60eda1484e8a9a Mon Sep 17 00:00:00 2001 From: Robert Hensing Date: Mon, 21 Oct 2024 15:52:25 +0200 Subject: [PATCH] TMP: make buld-remote tests more verbose --- tests/functional/build-remote.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/functional/build-remote.sh b/tests/functional/build-remote.sh index d2a2132c1..e240eac82 100644 --- a/tests/functional/build-remote.sh +++ b/tests/functional/build-remote.sh @@ -26,7 +26,7 @@ rm -rf $TEST_ROOT/machine* || true # Note: ssh://localhost bypasses ssh, directly invoking nix-store as a # child process. This allows us to test LegacySSHStore::buildDerivation(). # ssh-ng://... likewise allows us to test RemoteStore::buildDerivation(). -nix build -L -v -f $file -o $TEST_ROOT/result --max-jobs 0 \ +nix build -L -vvv -f $file -o $TEST_ROOT/result --max-jobs 0 \ --arg busybox $busybox \ --store $TEST_ROOT/machine0 \ --builders "$(join_by '; ' "${builders[@]}")"