test: fix E2E scripts

This commit is contained in:
abhisek
2025-05-17 19:14:02 +05:30
parent bb69c9dc22
commit f82ccb7756
+1 -1
View File
@@ -2,7 +2,7 @@
set -e
scriptDir=$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)
scriptDir=$(dirname "$0")
pmg=$scriptDir/../bin/pmg
echo "Running e2e tests..."