From e450d147a62c3b951b134f216a8a8867e6e27802 Mon Sep 17 00:00:00 2001 From: Xaneets Date: Sun, 17 Aug 2025 21:11:14 +0300 Subject: [PATCH] move test script to tests/ --- e2e_local.sh => tests/e2e_local.sh | 2 -- 1 file changed, 2 deletions(-) rename e2e_local.sh => tests/e2e_local.sh (78%) diff --git a/e2e_local.sh b/tests/e2e_local.sh similarity index 78% rename from e2e_local.sh rename to tests/e2e_local.sh index 932b70f..458e0cd 100755 --- a/e2e_local.sh +++ b/tests/e2e_local.sh @@ -13,10 +13,8 @@ trap cleanup EXIT docker pull "$IMG" docker rm -f "$NAME" >/dev/null 2>&1 || true -# РЕКОМЕНДУЕМО по докам — host-network; так порт 2053 будет доступен напрямую docker run -d --name "$NAME" --network host "$IMG" -# Ожидаем поднятия панели и работоспособности /login (доки: логин admin/admin) for i in $(seq 1 90); do code=$(curl -s -o /dev/null -w "%{http_code}" -X POST \ -H 'Content-Type: application/json' \