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
This commit is contained in:
Alexander Todorov 2019-01-24 00:09:45 +02:00 committed by Alexander Todorov
parent fa8a29972a
commit bee2593a13
1 changed files with 1 additions and 0 deletions

View File

@ -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