From b92aa33c4ed41c99082d675b71dbface31855fbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kha=C3=AFs=20COLIN?= Date: Tue, 1 Apr 2025 14:28:12 +0200 Subject: [PATCH] inttests: fix test runner sometimes reporting wrong todo count --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.sh b/test.sh index cf0265a..93f1f79 100755 --- a/test.sh +++ b/test.sh @@ -4,7 +4,7 @@ set -uo pipefail declare -i FAILED=0 declare -i SUCCEDED=0 -declare -i TODTODO=0 +declare -i TODO=0 declare -i RAN=0 NAME="" EXTRAENV=""