From e947e013311f62bf96c6cdd643ec068f4fedcd60 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Wed, 23 Jan 2019 16:32:32 +0200 Subject: [PATCH] Do not generate journal.xml from beakerlib bacause this requires additional Python modules and we don't really use it! Fixes [ WARNING ] :: cannot create journal.xml due to missing python interpreter --- tests/test_cli.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_cli.sh b/tests/test_cli.sh index 3cb3ec78..d67833ef 100755 --- a/tests/test_cli.sh +++ b/tests/test_cli.sh @@ -88,6 +88,7 @@ until curl -m 15 --unix-socket /run/weldr/api.socket http://localhost:4000/api/s done; +export BEAKERLIB_JOURNAL=0 if [ -z "$*" ]; then # invoke cli/ tests which can be executed without special preparation ./tests/cli/test_blueprints_sanity.sh