This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 90c831ddbaf18741db394353d0fd2ed061f6df2e
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Thu Feb 23 18:22:07 2023 +0100

    fix: knative script call
---
 script/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/Makefile b/script/Makefile
index ef460562d..7419e570b 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -298,7 +298,7 @@ test-install-upgrade: do-build
 test-knative: do-build
        STAGING_RUNTIME_REPO="$(STAGING_RUNTIME_REPO)" \
        go test -timeout 30m -v ./e2e/knative/startup_test.go -tags=integration 
$(TEST_INTEGRATION_COMMON_LANG_RUN) $(GOTESTFMT) || FAILED=1; \
-       go test -timeout 60m -v ./e2e/knative -tags=integration 
$(TEST_KNATIVE_RUN) $(GOTESTFMT)
+       go test -timeout 60m -v ./e2e/knative -tags=integration 
$(TEST_KNATIVE_RUN) $(GOTESTFMT) || FAILED=1; \
        go test -timeout 30m -v ./e2e/knative/teardown_test.go 
-tags=integration $(TEST_INTEGRATION_COMMON_LANG_RUN) $(GOTESTFMT) || FAILED=1; 
\
        exit $${FAILED}
 

Reply via email to