From f2ac7814f650075ac2a728b0358d2c7b015ca2d5 Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Thu, 13 May 2021 08:48:08 -0400 Subject: [PATCH] make positive version check result visible in build logs --- nix/tahoe-lafs.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/nix/tahoe-lafs.nix b/nix/tahoe-lafs.nix index 55804ff2b..8005ca50b 100644 --- a/nix/tahoe-lafs.nix +++ b/nix/tahoe-lafs.nix @@ -120,6 +120,8 @@ EOF echo "Did not contain expected:" echo "${version}" exit 1 + else + echo "Version string contained expected value \"${version}.\"" fi ${python}/bin/python -m twisted.trial -j $NIX_BUILD_CORES allmydata '';