From 5adde2671ebf62245a480fc26c8ddb4eed7f539d 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 pip will install commands there and later scripts will not be able to find them. 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 b2ab1f41..6165d836 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