From 511300497b7b4e77d73557649711d8081cd2a342 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org>
Date: Thu, 17 Dec 2020 11:24:40 +0100
Subject: [PATCH] test

---
 integrationtests/test.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/integrationtests/test.sh b/integrationtests/test.sh
index 5ad90824..d0baa501 100755
--- a/integrationtests/test.sh
+++ b/integrationtests/test.sh
@@ -22,6 +22,7 @@ popd
 echo "run crawler"
 ./crawl.py  / &> $OUT
 # check whether there was something UNAUTHORIZED
+cat $OUT
 set -e
 grep "There where unauthorized changes" $OUT
 # get the id of the run which is the last field of the output string
-- 
GitLab