Skip to content

Commit

Permalink
make: fix integration test command
Browse files Browse the repository at this point in the history
  • Loading branch information
sapk committed Dec 2, 2018
1 parent d1b9175 commit 23f34d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ test-unit: dev-deps format

test-integration: dev-deps format
@echo -e "$(OK_COLOR)==> Running integration tests...$(NO_COLOR)"
go test -v -timeout 1h -race -coverprofile=coverage.inte.out -covermode=atomic -coverpkg ./gluster/... ./gluster/integration
go test -v -timeout 1h -race -coverprofile=coverage.inte.out -covermode=atomic -coverpkg ./gluster/integration

test-coverage: test
@echo -e "$(OK_COLOR)==> Uploading coverage ...$(NO_COLOR)"
Expand Down

0 comments on commit 23f34d3

Please sign in to comment.