tests: Fix test_compose.sh paths
The paths need to be absolute so that subprocesses started during the compose with a modified cwd will still work. Signed-off-by: Lubomír Sedlář <lsedlar@redhat.com>
This commit is contained in:
parent
c9f34b6684
commit
470b3e4923
@ -2,7 +2,7 @@
|
||||
|
||||
set -e
|
||||
|
||||
HERE=$(dirname "$0")
|
||||
HERE=$(realpath "$(dirname "$0")")
|
||||
|
||||
PYTHONPATH=$HERE/../:$PYTHONPATH
|
||||
PATH=$HERE/../bin:$PATH
|
||||
|
Loading…
Reference in New Issue
Block a user