summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott <[email protected]>2022-01-24 20:19:26 -0800
committerScott <[email protected]>2022-01-24 20:19:26 -0800
commit5c1ab90f7d57b87df2e644edd2c8abef385cbd9a (patch)
treebbc70e6548a96066263bedfa12588975e6cc24e7
parent28034f6b1df572a3a87c3bc2181f806c4e47b2eb (diff)
Fix a newly introduced bug in run_tests.sh.
-rwxr-xr-xtests/run_tests.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/run_tests.sh b/tests/run_tests.sh
index 691216b..8af4749 100755
--- a/tests/run_tests.sh
+++ b/tests/run_tests.sh
@@ -8,6 +8,7 @@ UNITTEST=0
INTEGRATION=0
FAILURES=0
TESTS_RUN=0
+COVERAGE=0
dup() {
if [ $# -ne 2 ]; then