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

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

commit c802219fc02378de4c628d61b022fe45d63006ab
Author: nferraro <ni.ferr...@gmail.com>
AuthorDate: Thu Jun 27 13:05:45 2019 +0200

    chore(ci): constrain dir
---
 script/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/script/Makefile b/script/Makefile
index ffede83..61d346c 100644
--- a/script/Makefile
+++ b/script/Makefile
@@ -101,7 +101,7 @@ test: build
        go test ./...
 
 test-integration: build
-       go test -v ./... -tags=integration
+       go test -v ./e2e/... -tags=integration
 
 build-operator:
        go build $(GOFLAGS) -o camel-k ./cmd/manager/*.go

Reply via email to