Skip to content

Commit

Permalink
make sure the fail fast test also have the bootstrap for tests done
Browse files Browse the repository at this point in the history
  • Loading branch information
Pere Urbon-Bayes authored and jordansissel committed Dec 17, 2014
1 parent d63e0ec commit b1a4c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/test.rake
Original file line number Diff line number Diff line change
Expand Up @@ -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!
Expand Down

0 comments on commit b1a4c10

Please sign in to comment.