Unverified Commit 9cd19c6b authored by benaryorg's avatar benaryorg
Browse files

nixos/tests/kubo: readable curl output



The progress output really messes with the nix log.

Signed-off-by: default avatarbenaryorg <binary@benary.org>
parent 5e2fa65c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"):