diff --git a/hack/e2e-test.sh b/hack/e2e-test.sh index 70ffbdbe548..6c8e7809ba0 100755 --- a/hack/e2e-test.sh +++ b/hack/e2e-test.sh @@ -15,6 +15,6 @@ # limitations under the License. # Provided for backwards compatibility -go run e2e.go -v -build -up -tests="*" -down +go run "$(dirname $0)/e2e.go" -v -build -up -tests="*" -down exit $?