chore(routing): drop unused BIN_PID assignment in smoke script

This commit is contained in:
Mathias Bergqvist
2026-05-05 22:56:44 +02:00
parent 78a43d6a42
commit cf94d14922

View File

@@ -25,7 +25,6 @@ go build -o "$BIN" ./cmd/routing
LITELLM_BASE_URL="$LITELLM_BASE_URL" BRAIN_URL="$BRAIN_URL" \
ROUTING_PORT="$PORT" SUPERVISOR_CONFIG_DIR="$(pwd)/config/supervisor" \
"$BIN" &
BIN_PID=$!
# Wait for the binary to bind.
for _ in $(seq 1 50); do