From d4207947c5570855d95f8a5dd78d45a0a7376077 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20tom=20W=C3=B6rden?= <henrik@trineo.org> Date: Wed, 16 Dec 2020 12:42:32 +0100 Subject: [PATCH] check --- integrationtests/test.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/integrationtests/test.sh b/integrationtests/test.sh index d0be35a3..5ad90824 100755 --- a/integrationtests/test.sh +++ b/integrationtests/test.sh @@ -2,6 +2,7 @@ OUT=/tmp/crawler.output ls cat pycaosdb.ini +python3 -c "import caosdb; print('CaosDB Version:', caosdb.__version__)" rm -rf cache.db echo "Clearing database" python3 clear_database.py -- GitLab