From 87835631764efae20612a9cdd71302b16ecfcfe2 Mon Sep 17 00:00:00 2001 From: Michael Vines Date: Wed, 16 Jan 2019 09:40:47 -0800 Subject: [PATCH] Report full node info before running sanity --- ci/testnet-sanity.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/testnet-sanity.sh b/ci/testnet-sanity.sh index 79ee4e73e..0aebe5b1c 100755 --- a/ci/testnet-sanity.sh +++ b/ci/testnet-sanity.sh @@ -54,6 +54,8 @@ set -x echo "--- $cloudProvider.sh config" timeout 5m net/"$cloudProvider".sh config -p "$netName" -z "$zone" net/init-metrics.sh -e +echo "+++ $cloudProvider.sh info" +net/"$cloudProvider".sh info echo --- net.sh sanity ok=true timeout 5m net/net.sh sanity \