mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
added reporting-test target
This commit is contained in:
parent
2c54804d5b
commit
c3b4191a46
1 changed files with 5 additions and 1 deletions
6
Makefile
6
Makefile
|
@ -220,8 +220,12 @@ vendor/ua-parser/regexes.yaml: | vendor/ua-parser/
|
|||
.PHONY: test
|
||||
test: QUIET_OUTPUT=
|
||||
test: | $(JRUBY) vendor-elasticsearch vendor-geoip vendor-collectd vendor-gems
|
||||
bin/logstash rspec --order rand --fail-fast $(TESTS)
|
||||
$(SPEC_ENV) 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_OPTS=--format CI::Reporter::RSpec
|
||||
reporting-test: | test
|
||||
|
||||
.PHONY: docs
|
||||
docs: docgen doccopy docindex
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue