mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
- Add test-and-report targets
This commit is contained in:
parent
e299025b9c
commit
2a43c83c7b
1 changed files with 6 additions and 0 deletions
6
Makefile
6
Makefile
|
@ -209,6 +209,12 @@ flatjar-test:
|
|||
jar-test:
|
||||
cd build; GEM_HOME= GEM_PATH= java -jar logstash-$(VERSION)-monolithic.jar rspec $(TESTS)
|
||||
|
||||
flatjar-test-and-report:
|
||||
cd build; GEM_HOME= GEM_PATH= java -jar logstash-$(VERSION)-monolithic.jar rspec $(TESTS) --format h > build/results.flatjar.html
|
||||
|
||||
jar-test-and-report:
|
||||
cd build; GEM_HOME= GEM_PATH= java -jar logstash-$(VERSION)-monolithic.jar rspec $(TESTS) --format h > build/results.monolithic.html
|
||||
|
||||
flatjar: build/logstash-$(VERSION)-flatjar.jar
|
||||
build/jar: | build build/flatgems build/monolith
|
||||
$(QUIET)mkdir build/jar
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue