Testnet sanity test failures will now turn the build red

This commit is contained in:
Michael Vines 2018-07-14 21:27:27 -07:00
parent 79b3564a26
commit 60848b9d95
1 changed files with 1 additions and 0 deletions

View File

@ -77,6 +77,7 @@ for info in "${vmlist[@]}"; do
done
echo "--- Testnet sanity test"
set -e
USE_SNAP=1 ./multinode-demo/test/wallet-sanity.sh testnet.solana.com
exit 0