Quantcast
Channel: Mattermost Discussion Forums - Latest posts
Viewing all articles
Browse latest Browse all 25517

Error then run "make test"

$
0
0

hmhealey !
I removed code:
$(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -covermode=count -coverprofile=capi.out ./api || exit 1
$(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -covermode=count -coverprofile=cmodel.out ./model || exit 1
$(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -covermode=count -coverprofile=cstore.out ./store || exit 1
$(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -covermode=count -coverprofile=cutils.out ./utils || exit 1
$(GO) test $(GOFLAGS) -run=$(TESTS) -test.v -covermode=count -coverprofile=cweb.out ./web || exit 1

But Error:
*** Test killed with quit: ran too long (10m0s).
FAIL github.com/mattermost/platform/api 600.078s
make: *** [test-server] Error 1

https://www.dropbox.com/s/d8xabg2j3oimc34/ssh-mattermost-1.log?dl=0


Viewing all articles
Browse latest Browse all 25517

Trending Articles