Merge pull request #1376 from jordansissel/fix/test-failure-due-to-coverage-missing

Disable coverage for now
This commit is contained in:
Jordan Sissel 2014-05-14 17:19:32 -07:00
commit d6b94edc5d

View file

@ -223,7 +223,7 @@ test: | $(JRUBY) vendor-elasticsearch vendor-geoip vendor-collectd vendor-gems
$(SPEC_ENV) USE_JRUBY=1 bin/logstash rspec $(SPEC_OPTS) --order rand --fail-fast $(TESTS)
.PHONY: reporting-test
reporting-test: SPEC_ENV=JRUBY_OPTS=--debug COVERAGE=TRUE
reporting-test: SPEC_ENV=JRUBY_OPTS=--debug
reporting-test: SPEC_OPTS=--format CI::Reporter::RSpec
reporting-test: | test