mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
make sure the fail fast test also have the bootstrap for tests done
Fixes #2237
This commit is contained in:
parent
d63e0ec9eb
commit
b1a4c102da
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ namespace "test" do
|
|||
RSpec::Core::Runner.run(Rake::FileList["spec/**/*.rb"])
|
||||
end
|
||||
|
||||
task "fail-fast" => [ "bootstrap", "test:prep" ] do
|
||||
task "fail-fast" => [ "bootstrap:test", "test:prep" ] do
|
||||
Gem.clear_paths
|
||||
require "logstash/environment"
|
||||
LogStash::Environment.set_gem_paths!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue