diff --git a/hack/cozytest.sh b/hack/cozytest.sh index acf0db35..ff476e08 100755 --- a/hack/cozytest.sh +++ b/hack/cozytest.sh @@ -24,7 +24,7 @@ run_one() { echo "╭ » Run test: $title" START=$(date +%s) - skip_next="+ $fn" # первую строку трассировки с именем функции пропустим + skip_next="+ $fn" { ( @@ -83,11 +83,11 @@ awk ' } printf("### %s\n", title) printf("%s() {\n", fname) - print " set -e" # ошибка → падение теста + print " set -e" next } /^}$/ { - print " return 0" # если автор не сделал exit 1 — тест ОК + print " return 0" print "}" next } diff --git a/hack/e2e-prepare-cluster.bats b/hack/e2e-prepare-cluster.bats index c7d10c71..650ca643 100644 --- a/hack/e2e-prepare-cluster.bats +++ b/hack/e2e-prepare-cluster.bats @@ -82,7 +82,7 @@ EOF for i in 1 2 3; do cp nocloud-amd64.raw srv${i}/system.img qemu-img resize srv${i}/system.img 50G - qemu-img create srv${i}/data.img 100G + qemu-img create srv${i}/data.img 200G done }