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
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
set -e
|
||||
|
||||
HERE=$(dirname "$0")
|
||||
HERE=$(realpath "$(dirname "$0")")
|
||||
|
||||
PYTHONPATH=$HERE/../:$PYTHONPATH
|
||||
PATH=$HERE/../bin:$PATH
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue