From 6dce889485840ae7a93585d56a0740a295dc67cc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org> Date: Fri, 2 Jul 2021 20:14:00 +0200 Subject: [PATCH] fix --- integrationtests/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrationtests/test.sh b/integrationtests/test.sh index a56b7584..80a2afe3 100755 --- a/integrationtests/test.sh +++ b/integrationtests/test.sh @@ -3,6 +3,7 @@ OUT=/tmp/crawler.output ls cat pycaosdb.ini rm -rf cache.db +set -e echo "Clearing database" python3 clear_database.py echo "Testing crawler without cfoods" @@ -29,7 +30,6 @@ echo "run crawler" # rename the moved file mv extroot/DataAnalysis/2010_TestProject/2019-02-03_something/README.xlsx_back extroot/DataAnalysis/2010_TestProject/2019-02-03_something/README.xlsx # check whether there was something UNAUTHORIZED -set -e grep "There where unauthorized changes" $OUT # get the id of the run which is the last field of the output string RUN_ID=$(grep "run id:" $OUT | awk '{ print $NF }') -- GitLab