diff --git a/Makefile b/Makefile index ce59bfe81..9a88068dc 100644 --- a/Makefile +++ b/Makefile @@ -93,4 +93,4 @@ test: @go test ./... e2e: - e2e/mock_e2e.sh + e2e/run.sh diff --git a/e2e/mock_e2e.sh b/e2e/run.sh similarity index 100% rename from e2e/mock_e2e.sh rename to e2e/run.sh