From e6acd0f2f70f20a9317d6715d087a4e5bb90bdec Mon Sep 17 00:00:00 2001 From: Junjie Gao Date: Fri, 8 Nov 2024 07:41:55 +0000 Subject: [PATCH] fix: restore run.sh command Signed-off-by: Junjie Gao --- test/e2e/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/run.sh b/test/e2e/run.sh index 2adf0617..9c40409c 100755 --- a/test/e2e/run.sh +++ b/test/e2e/run.sh @@ -118,4 +118,4 @@ export NOTATION_E2E_PLUGIN_TAR_GZ_PATH=$CWD/plugin/bin/$PLUGIN_NAME.tar.gz export NOTATION_E2E_MALICIOUS_PLUGIN_ARCHIVE_PATH=$CWD/testdata/malicious-plugin # run tests -ginkgo -r -p -v --focus "notation CRL revocation check" \ No newline at end of file +ginkgo -r -p -v \ No newline at end of file