From 9cd19c6bc5bcf4d85a36c42acd1147bdbe272bdc Mon Sep 17 00:00:00 2001 From: benaryorg Date: Tue, 24 Mar 2026 06:19:14 +0000 Subject: [PATCH] nixos/tests/kubo: readable curl output The progress output really messes with the nix log. Signed-off-by: benaryorg --- nixos/tests/kubo/kubo.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/tests/kubo/kubo.nix b/nixos/tests/kubo/kubo.nix index c43bfee4333e..41627e6c4c50 100644 --- a/nixos/tests/kubo/kubo.nix +++ b/nixos/tests/kubo/kubo.nix @@ -56,7 +56,7 @@ with subtest("Socket activation for the Gateway"): machine.succeed( - f"curl 'http://127.0.0.1:8080/ipfs/{ipfs_hash.strip()}' | grep fnord2" + f"curl -s 'http://127.0.0.1:8080/ipfs/{ipfs_hash.strip()}' | grep fnord2" ) with subtest("Setting dataDir works properly with the hardened systemd unit"):