Skip to content
Snippets Groups Projects
Commit a54c0d69 authored by Auke Klazema's avatar Auke Klazema
Browse files

SW-459: Fixed a test that was calling coverage in a way that is incompatible...

SW-459: Fixed a test that was calling coverage in a way that is incompatible with the version on the buildhost centos7
parent 6569faa9
No related branches found
No related tags found
No related merge requests found
......@@ -29,7 +29,7 @@ if type "coverage" > /dev/null; then
#setup coverage config file
printf "[report]\nexclude_lines = \n if __name__ == .__main__.\n def main\n" > .coveragerc
coverage run --branch python t_getTreeGroup.py postgres ${DBHOST} unittest_db
coverage run t_getTreeGroup.py postgres ${DBHOST} unittest_db
RESULT=$?
if [ $RESULT -eq 0 ]; then
echo " *** Code coverage results *** "
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment