From: Scott Date: Tue, 25 Jan 2022 04:19:26 +0000 (-0800) Subject: Fix a newly introduced bug in run_tests.sh. X-Git-Url: https://wannabe.guru.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=5c1ab90f7d57b87df2e644edd2c8abef385cbd9a;p=python_utils.git Fix a newly introduced bug in run_tests.sh. --- 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