docs: добавлены правила cleanup в комментарии всех тестов, исправлена синтаксическая ошибка в test_simple_function.sh

This commit is contained in:
“Naeel”
2026-05-02 15:01:24 +04:00
parent 1ccf8ff33d
commit f956b5fb18
7 changed files with 43 additions and 13 deletions
-13
View File
@@ -77,9 +77,6 @@ wait_package_ready() {
# ── setup / teardown ─────────────────────────────────────────────────────────
}
EOF
setup_workdir() {
local name=$1
local dir="${TESTDIR}/${name}"
@@ -161,16 +158,6 @@ sub main {
EOF
}
<<<<<<< HEAD
=======
EOF
cat > "${dir}/go.mod" <<'EOF'
module fn
EOF
}
>>>>>>> d21e1ac (feat: restore cron page, email in navbar, metrics pipeline v1.3.19)
# ─────────────────────────────────────────────────────────────────────────────
echo ""
echo "================================================================"