From bee2593a13d7c1943cbac3fdc838901ac5518a18 Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Thu, 24 Jan 2019 00:09:45 +0200 Subject: [PATCH] Add /usr/local/bin to PATH for tests pip3 will install commands there and later scripts will not be able to find them. 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 3f569a6b..c54d5b34 100755 --- a/tests/test_cli.sh +++ b/tests/test_cli.sh @@ -29,6 +29,7 @@ done; export BEAKERLIB_JOURNAL=0 +export PATH="/usr/local/bin:$PATH" if [ -z "$*" ]; then # invoke cli/ tests which can be executed without special preparation ./tests/cli/test_blueprints_sanity.sh