mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
- fix dumb typo
This commit is contained in:
parent
2b6326b375
commit
6994d1dccf
2 changed files with 3 additions and 3 deletions
4
Makefile
4
Makefile
|
@ -216,11 +216,11 @@ build/flatgems: | build vendor/bundle
|
|||
$(QUIET)rsync -a $(VENDOR_DIR)/gems/user_agent_parser-*/vendor/ua-parser $@/vendor
|
||||
|
||||
flatjar-test:
|
||||
cd build && GEM_HOME= GEM_PATH= java -jar build/logstash-$(VERSION)-flatjar.jar rspec $(TESTS)
|
||||
cd build && GEM_HOME= GEM_PATH= java -jar logstash-$(VERSION)-flatjar.jar rspec $(TESTS)
|
||||
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 build/logstash-$(VERSION)-monolithic.jar rspec $(TESTS)
|
||||
cd build && GEM_HOME= GEM_PATH= java -jar 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:
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# The version of logstash.
|
||||
LOGSTASH_VERSION = "1.1.11"
|
||||
LOGSTASH_VERSION = "1.1.12.dev"
|
||||
|
||||
# Note to authors: this should not include dashes because 'gem' barfs if
|
||||
# you include a dash in the version string.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue