fix homepath for enterprise e2e tests (#41140)
This commit is contained in:
+1
-1
@@ -2,7 +2,7 @@
|
||||
|
||||
DEFAULT_RUNDIR=e2e/tmp
|
||||
RUNDIR=${RUNDIR:-$DEFAULT_RUNDIR}
|
||||
HOME_PATH=$PWD/$DEFAULT_RUNDIR
|
||||
HOME_PATH=$PWD/$RUNDIR
|
||||
PIDFILE=$RUNDIR/pid
|
||||
DEFAULT_PACKAGE_FILE=dist/grafana-*linux-amd64.tar.gz
|
||||
PROV_DIR=$RUNDIR/conf/provisioning
|
||||
|
||||
Reference in New Issue
Block a user