diff --git a/scripts/nym-node-setup/network-tunnel-manager.sh b/scripts/nym-node-setup/network-tunnel-manager.sh index c03ada3a08..66db28a570 100644 --- a/scripts/nym-node-setup/network-tunnel-manager.sh +++ b/scripts/nym-node-setup/network-tunnel-manager.sh @@ -960,7 +960,7 @@ exit_policy_run_tests() { ((total += 1)) fi - info "tests run: $total, failures: $failed" + echo "tests run: $total, test failed: $failed" if [[ $failed -eq 0 ]]; then ok "all exit policy tests passed" else