mirror of
https://github.com/ovh/the-bastion.git
synced 2025-09-04 20:14:22 +08:00
fix: tests: syslog-logged errors were not counted towards the total
This commit is contained in:
parent
e8d60810f1
commit
920821f5d6
1 changed files with 1 additions and 1 deletions
|
@ -462,7 +462,7 @@ echo
|
|||
|
||||
set +e
|
||||
set +u
|
||||
(( totalerrors = nbfailedret + nbfailedgrep + nbfailedcon + nbfailedgeneric ))
|
||||
(( totalerrors = nbfailedret + nbfailedgrep + nbfailedcon + nbfailedlog + nbfailedgeneric ))
|
||||
[ $totalerrors -ge 255 ] && totalerrors=254
|
||||
|
||||
rm -rf "$mytmpdir"
|
||||
|
|
Loading…
Add table
Reference in a new issue