From 458ff89e4411bfa3a18e7ac47ac2a3755c144ab0 Mon Sep 17 00:00:00 2001
From: Gabriel Studer <gabriel.studer@unibas.ch>
Date: Fri, 17 Apr 2020 13:28:48 +0200
Subject: [PATCH] temp commit

intended to trigger some output from within the CI container
---
 modules/bindings/tests/test_hhblits.py | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/modules/bindings/tests/test_hhblits.py b/modules/bindings/tests/test_hhblits.py
index 5a2972919..1511c5b85 100644
--- a/modules/bindings/tests/test_hhblits.py
+++ b/modules/bindings/tests/test_hhblits.py
@@ -133,6 +133,13 @@ class TestHHblitsBindings(unittest.TestCase):
                                        'TSKYR')
         self.hh = hhblits.HHblits(query_seq, self.hhroot)
         a3m = self.hh.BuildQueryMSA('testfiles/hhblitsdb/unittestdb')
+  
+        ost.LogError("Im the bad guy")
+        with open(a3m) as fh:
+            for line in fh.readlines():
+                ost.LogError(line)
+        ost.LogError("Bad guy over n out")
+
         self.assertTrue(filecmp.cmp(a3m, "testfiles/testali_two.a3m"))
 
     def testA3mToProfileFileName(self):
-- 
GitLab