test: все тестовые namespace теперь начинаются с test- для явной маркировки
This commit is contained in:
@@ -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)); }
|
||||
|
||||
Reference in New Issue
Block a user