From bcaa206a62876876a32973208fec90b24d5be733 Mon Sep 17 00:00:00 2001 From: Amandine PERRIN <amandine.perrin@pasteur.fr> Date: Thu, 7 Sep 2023 12:19:46 +0200 Subject: [PATCH] uninstall panacota before testing installation --- test/test_install/test_make_prokka-quicktree.py | 1 + 1 file changed, 1 insertion(+) diff --git a/test/test_install/test_make_prokka-quicktree.py b/test/test_install/test_make_prokka-quicktree.py index 1382c32..7d709cf 100755 --- a/test/test_install/test_make_prokka-quicktree.py +++ b/test/test_install/test_make_prokka-quicktree.py @@ -177,6 +177,7 @@ def test_develop(): with open(logfile, "r") as logf: logf_content = "".join(logf.readlines()) + print(logf_content) for linec in content: assert linec in logf_content -- GitLab