From 3460e4cf007017e89096b4fad083692666b87a20 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Tue, 24 Oct 2017 15:05:21 +0200 Subject: More progress indicator improvements In particular, don't show superfluous "fetching path" and "building path(s)" messages, and show the current round (with --repeat). --- tests/binary-cache.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/binary-cache.sh') diff --git a/tests/binary-cache.sh b/tests/binary-cache.sh index 30d7cc6ba88c..2a044d2edc56 100644 --- a/tests/binary-cache.sh +++ b/tests/binary-cache.sh @@ -100,7 +100,7 @@ clearStore rm $(grep -l "StorePath:.*dependencies-input-2" $cacheDir/*.narinfo) nix-build --option binary-caches "file://$cacheDir" --option signed-binary-caches '' dependencies.nix -o $TEST_ROOT/result 2>&1 | tee $TEST_ROOT/log -grep -q "fetching path" $TEST_ROOT/log +grep -q "copying path" $TEST_ROOT/log if [ -n "$HAVE_SODIUM" ]; then -- cgit 1.4.1