aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorchriseth <chris@ethereum.org>2017-10-17 15:58:03 +0800
committerchriseth <chris@ethereum.org>2017-10-17 15:58:03 +0800
commit0d6e6cc8f29584767d56e7a3063f0b1b2d47fe67 (patch)
tree102282f1d9520c9d686cc48d70e92cf8aed7258d /scripts
parent9cab34292c3f3784ea53e430c67eb5e778e08b35 (diff)
downloaddexon-solidity-0d6e6cc8f29584767d56e7a3063f0b1b2d47fe67.tar.gz
dexon-solidity-0d6e6cc8f29584767d56e7a3063f0b1b2d47fe67.tar.zst
dexon-solidity-0d6e6cc8f29584767d56e7a3063f0b1b2d47fe67.zip
Quiet wget.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tests.sh b/scripts/tests.sh
index f679ecc3..2b47c254 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