From d18958467ccc68652ba93a86d3bfb8bc81768506 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CNaeel=E2=80=9D?= Date: Sat, 2 May 2026 14:25:56 +0400 Subject: [PATCH] =?UTF-8?q?test:=20=D0=B2=D1=81=D0=B5=20=D1=82=D0=B5=D1=81?= =?UTF-8?q?=D1=82=D0=BE=D0=B2=D1=8B=D0=B5=20namespace=20=D1=82=D0=B5=D0=BF?= =?UTF-8?q?=D0=B5=D1=80=D1=8C=20=D0=BD=D0=B0=D1=87=D0=B8=D0=BD=D0=B0=D1=8E?= =?UTF-8?q?=D1=82=D1=81=D1=8F=20=D1=81=20test-=20=D0=B4=D0=BB=D1=8F=20?= =?UTF-8?q?=D1=8F=D0=B2=D0=BD=D0=BE=D0=B9=20=D0=BC=D0=B0=D1=80=D0=BA=D0=B8?= =?UTF-8?q?=D1=80=D0=BE=D0=B2=D0=BA=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/test_layer1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test_layer1.sh b/scripts/test_layer1.sh index 12606c8..3198ad6 100644 --- a/scripts/test_layer1.sh +++ b/scripts/test_layer1.sh @@ -12,7 +12,7 @@ set -uo pipefail -NS="l1-test-$(date +%s | tail -c 6)" +NS="test-l1-$(date +%s | tail -c 6)" PASS=0; FAIL=0 green() { echo -e "\033[32m PASS: $1\033[0m"; PASS=$((PASS+1)); }