From 1f6965e859698baac71d6e6f913d131b1f7f74fc Mon Sep 17 00:00:00 2001 From: Will Browne Date: Mon, 1 Nov 2021 12:48:52 +0000 Subject: [PATCH] fix homepath for enterprise e2e tests (#41140) --- e2e/variables | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e/variables b/e2e/variables index ea64f7d3673..df5042a57d1 100644 --- a/e2e/variables +++ b/e2e/variables @@ -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