mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 22:57:16 -04:00
parent
f241dd808e
commit
07887f8cf7
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ $LOAD_PATH.unshift(File.join(LogStash::Environment::LOGSTASH_CORE, "spec"))
|
||||||
|
|
||||||
require "rspec/core"
|
require "rspec/core"
|
||||||
require "rspec"
|
require "rspec"
|
||||||
|
require 'ci/reporter/rake/rspec_loader'
|
||||||
|
|
||||||
status = RSpec::Core::Runner.run(ARGV.empty? ? ["spec"] : ARGV).to_i
|
status = RSpec::Core::Runner.run(ARGV.empty? ? ["spec"] : ARGV).to_i
|
||||||
exit status if status != 0
|
exit status if status != 0
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue