nixos/tests/kubo: readable curl output

The progress output really messes with the nix log.

Signed-off-by: benaryorg <binary@benary.org>
This commit is contained in:
benaryorg
2026-03-24 06:19:14 +00:00
parent 5e2fa65c2d
commit 9cd19c6bc5

View File

@@ -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"):