Final touches on the new test runner.
[python_utils.git] / tests / run_tests.sh
index 547f87cdafccce5194dc989fe73ae59df53283d6..94f0b6b7f6d4372ad316c7336085f1cec3a8cad7 100755 (executable)
@@ -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