From fa8a29972a2da0849591dbd48e6f610066503239 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! Related: rhbz#1653934 --- tests/test_cli.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_cli.sh b/tests/test_cli.sh index 9bb4ac12..3f569a6b 100755 --- a/tests/test_cli.sh +++ b/tests/test_cli.sh @@ -28,6 +28,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