mirror of
https://codeberg.org/la-chouette/minishell.git
synced 2025-12-06 07:28:09 +01:00
inttests: fix test runner sometimes reporting wrong todo count
This commit is contained in:
parent
bac3512898
commit
b92aa33c4e
1 changed files with 1 additions and 1 deletions
2
test.sh
2
test.sh
|
|
@ -4,7 +4,7 @@ set -uo pipefail
|
||||||
|
|
||||||
declare -i FAILED=0
|
declare -i FAILED=0
|
||||||
declare -i SUCCEDED=0
|
declare -i SUCCEDED=0
|
||||||
declare -i TODTODO=0
|
declare -i TODO=0
|
||||||
declare -i RAN=0
|
declare -i RAN=0
|
||||||
NAME=""
|
NAME=""
|
||||||
EXTRAENV=""
|
EXTRAENV=""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue