summaryrefslogtreecommitdiff
path: root/tests/run_tests.sh
diff options
context:
space:
mode:
authorScott Gasch <[email protected]>2022-04-09 11:50:07 -0700
committerScott Gasch <[email protected]>2022-04-09 11:50:07 -0700
commit47ece7bceb442d70ddcc3c728533c4d4d2bccde4 (patch)
tree8e9298c8b61f39254a60df356a402e8b33f0c31c /tests/run_tests.sh
parent109b44cad185a1feba471646981e4c1963439399 (diff)
Fix typo.
Diffstat (limited to 'tests/run_tests.sh')
-rwxr-xr-xtests/run_tests.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/run_tests.sh b/tests/run_tests.sh
index 547f87c..94f0b6b 100755
--- a/tests/run_tests.sh
+++ b/tests/run_tests.sh
@@ -162,7 +162,7 @@ if [ ${COVERAGE} -eq 1 ]; then
make_header "Code Coverage Report" "${GREEN}"
coverage report --omit=config-3.8.py,*_test.py,*_itest.py --sort=-cover
echo
- echo "To recall this report w/o run-running the tests:"
+ echo "To recall this report w/o re-running the tests:"
echo
echo " $ coverage report --omit=config-3.8.py,*_test.py,*_itest.py --sort=-cover"
echo