From d358e16cf7a0f8f87076631f22715e75b852e8e7 Mon Sep 17 00:00:00 2001 From: Sergey Dudoladov Date: Fri, 26 Apr 2019 10:50:54 +0200 Subject: [PATCH] rename test runner --- Makefile | 2 +- e2e/{mock_e2e.sh => run.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename e2e/{mock_e2e.sh => run.sh} (100%) 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