aboutsummaryrefslogtreecommitdiff
path: root/tests/run.sh
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2019-10-09 08:00:34 -0400
committerLoic Guegan <manzerbredes@mailbox.org>2019-10-09 08:00:34 -0400
commitda336304d5bb0b8efe0f1c2afdc59c46c6a9d2a6 (patch)
tree1712d75759d624ee660845b3895003e24c5e5406 /tests/run.sh
parent5ca2e63ea66095fbe64cdc441f6eec663fb28bd4 (diff)
Debug API and tests, add test
Diffstat (limited to 'tests/run.sh')
-rwxr-xr-xtests/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run.sh b/tests/run.sh
index 296eccf..93cad38 100755
--- a/tests/run.sh
+++ b/tests/run.sh
@@ -36,7 +36,7 @@ do
exit 1
fi
else
- nb_pass=$(( nb_test + 1 ))
+ nb_pass=$(( nb_pass + 1 ))
passed "${test_name}"
fi
done