From a54c0d69672ec6add4c1c82d40ca115d46f0eee0 Mon Sep 17 00:00:00 2001 From: Auke Klazema <klazema@astron.nl> Date: Wed, 5 Sep 2018 09:55:50 +0000 Subject: [PATCH] SW-459: Fixed a test that was calling coverage in a way that is incompatible with the version on the buildhost centos7 --- SAS/OTDB/test/t_getTreeGroup.run | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SAS/OTDB/test/t_getTreeGroup.run b/SAS/OTDB/test/t_getTreeGroup.run index 2849374149a..686e12bf1f7 100755 --- a/SAS/OTDB/test/t_getTreeGroup.run +++ b/SAS/OTDB/test/t_getTreeGroup.run @@ -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 *** " -- GitLab