From 9c0f34c0ab60c65c28a74d56b4585d8727122637 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#1656105 --- tests/test_cli.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/test_cli.sh b/tests/test_cli.sh index 3808dc93..b2ab1f41 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