You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if kind get clusters 2>/dev/null | grep -q "^$CLUSTER_NAME$";then
@@ -444,7 +462,7 @@ send_request() {
444
462
445
463
# ── Main ──
446
464
main() {
447
-
trap'exit_code=$?; if [[ "$exit_code" -ne 0 ]]; then FAILED=true; fi; cleanup_cluster; if $FAILED; then red "✗ Smoke test FAILED"; else green "✓ Smoke test PASSED"; fi; exit "$exit_code"' EXIT
0 commit comments