Skip to content

Commit

Permalink
Remove from test and test-short in Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
sparrc committed Dec 4, 2015
1 parent 6c23fb3 commit 9999b2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -85,14 +85,14 @@ docker-kill:
-docker rm nsq aerospike redis opentsdb rabbitmq postgres memcached mysql kafka mqtt riemann

# Run full unit tests using docker containers (includes setup and teardown)
test: docker-kill prepare docker-run
test: docker-kill docker-run
# Sleeping for kafka leadership election, TSDB setup, etc.
sleep 60
# SUCCESS, running tests
go test -race ./...

# Run "short" unit tests
test-short: prepare
test-short:
go test -short ./...

.PHONY: test

0 comments on commit 9999b2e

Please sign in to comment.