mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
Merge pull request #1376 from jordansissel/fix/test-failure-due-to-coverage-missing
Disable coverage for now
This commit is contained in:
commit
d6b94edc5d
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue