mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 06:37:19 -04:00
- try to fix the test reporter
This commit is contained in:
parent
9eee55e18e
commit
956064915b
1 changed files with 2 additions and 3 deletions
5
Makefile
5
Makefile
|
@ -198,15 +198,14 @@ flatjar-test:
|
|||
cd build && GEM_HOME= GEM_PATH= java -jar logstash-$(VERSION)-flatjar.jar rspec spec/jar.rb
|
||||
|
||||
jar-test:
|
||||
#cd build && GEM_HOME= GEM_PATH= java -jar logstash-$(VERSION)-monolithic.jar rspec $(TESTS)
|
||||
GEM_HOME= GEM_PATH= java -jar build/logstash-$(VERSION)-monolithic.jar rspec $(TESTS)
|
||||
cd build && GEM_HOME= GEM_PATH= java -jar logstash-$(VERSION)-monolithic.jar rspec spec/jar.rb
|
||||
|
||||
flatjar-test-and-report:
|
||||
cd build && GEM_HOME= GEM_PATH= java -jar logstash-$(VERSION)-monolithic.jar rspec $(TESTS) --format h > results.flatjar.html
|
||||
GEM_HOME= GEM_PATH= java -jar build/logstash-$(VERSION)-monolithic.jar rspec $(TESTS) --format h > results.monolithic.html
|
||||
|
||||
jar-test-and-report:
|
||||
cd build && GEM_HOME= GEM_PATH= java -jar logstash-$(VERSION)-monolithic.jar rspec $(TESTS) --format h > results.monolithic.html
|
||||
GEM_HOME= GEM_PATH= java -jar build/logstash-$(VERSION)-monolithic.jar rspec $(TESTS) --format h > results.monolithic.html
|
||||
|
||||
flatjar: build/logstash-$(VERSION)-flatjar.jar
|
||||
build/jar: | build build/flatgems build/monolith
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue