diff --git a/test/test_install/test_make_prokka-quicktree.py b/test/test_install/test_make_prokka-quicktree.py
index 1382c328bd17f2bd18a27ccf183b83722cd09287..7d709cfecceb634a40a9a9ceed10e3ab44437cfc 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