From d080886e813ad57c32db681b281e30d9449e8d78 Mon Sep 17 00:00:00 2001 From: mingfu Date: Mon, 25 Mar 2024 11:47:00 +0800 Subject: [PATCH] fix: fix command for local execution of e2e tests Signed-off-by: mingfu --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 48013b1c..39442859 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -155,7 +155,7 @@ A helper script called [`run-test.sh`](test/run-test.sh) is provider in the specify the task name and the version as the first and the second argument i.e: ```bash -./test/run-test.sh git-clone 0.1 +./test/run-test.sh task git-clone 0.1 ``` and it will use your current kubernetes context to run the test and show you the