aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/functions.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/functions.sh b/include/functions.sh
index 82d8139..bf2fcba 100644
--- a/include/functions.sh
+++ b/include/functions.sh
@@ -266,12 +266,10 @@ check() {
$func $@
if [ $? -ne 0 ]; then
log_end "Err"
- fail_count=$(($fail_count + 1))
return 1
fi
log_end "Ok"
- pass_count=$(($pass_count + 1))
return 0
}