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
This commit is contained in:
parent
9c0f34c0ab
commit
5adde2671e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user