diff --git a/ci/testnet-sanity.sh b/ci/testnet-sanity.sh index 5a9086483..e7e6c971a 100755 --- a/ci/testnet-sanity.sh +++ b/ci/testnet-sanity.sh @@ -72,6 +72,8 @@ for zone in "$@"; do ${NO_INSTALL_CHECK:+-o noInstallCheck} \ $zone || ok=false - net/net.sh logs + if ! $ok; then + net/net.sh logs + fi $ok done