projects
/
python_utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
109b44c
)
Fix typo.
author
Scott Gasch
<
[email protected]
>
Sat, 9 Apr 2022 18:50:07 +0000
(11:50 -0700)
committer
Scott Gasch
<
[email protected]
>
Sat, 9 Apr 2022 18:50:07 +0000
(11:50 -0700)
tests/run_tests.sh
patch
|
blob
|
history
diff --git
a/tests/run_tests.sh
b/tests/run_tests.sh
index 547f87cdafccce5194dc989fe73ae59df53283d6..94f0b6b7f6d4372ad316c7336085f1cec3a8cad7 100755
(executable)
--- 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 r
un
-running the tests:"
+ echo "To recall this report w/o r
e
-running the tests:"
echo
echo " $ coverage report --omit=config-3.8.py,*_test.py,*_itest.py --sort=-cover"
echo