From 0d6e6cc8f29584767d56e7a3063f0b1b2d47fe67 Mon Sep 17 00:00:00 2001 From: chriseth Date: Tue, 17 Oct 2017 09:58:03 +0200 Subject: [PATCH] Quiet wget. --- scripts/tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/tests.sh b/scripts/tests.sh index f679ecc35..2b47c2547 100755 --- a/scripts/tests.sh +++ b/scripts/tests.sh @@ -43,7 +43,7 @@ elif [ -z $CI ]; then else mkdir -p /tmp/test # Update hash below if binary is changed. - wget -O /tmp/test/eth https://github.com/ethereum/cpp-ethereum/releases/download/solidityTester/eth_byzantium2 + wget -q -O /tmp/test/eth https://github.com/ethereum/cpp-ethereum/releases/download/solidityTester/eth_byzantium2 test "$(shasum /tmp/test/eth)" = "4dc3f208475f622be7c8e53bee720e14cd254c6f /tmp/test/eth" sync chmod +x /tmp/test/eth