From 8096184c56e6e90348272dcd12afc1fe6b4ccc4e Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Thu, 26 Sep 2019 15:43:13 -0400 Subject: [PATCH] log output from run-client --- nixos/modules/tests/private-storage.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nixos/modules/tests/private-storage.nix b/nixos/modules/tests/private-storage.nix index dd125fa6..c37c9d55 100644 --- a/nixos/modules/tests/private-storage.nix +++ b/nixos/modules/tests/private-storage.nix @@ -118,7 +118,7 @@ import <nixpkgs/nixos/tests/make-test.nix> { # # Storage appears to be working so try to get a client to speak with it. # - $client->succeed('${run-client} ${introducerFURL}'); + $client->succeed('set -eo pipefail; ${run-client} ${introducerFURL} | systemd-cat'); $client->waitForOpenPort(3456); # Get some ZKAPs from the issuer. -- GitLab