Skip to content

Commit

Permalink
Avoid inception, reduce retries
Browse files Browse the repository at this point in the history
  • Loading branch information
Temikus committed Sep 25, 2017
1 parent c4f9b5e commit b5a9508
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/acceptance.rake
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ namespace :acceptance do
provisioner/shell
).map{ |s| "provider/google/#{s}" }

command = "bundle exec vagrant-spec test --components=#{components.join(" ")}"
command = "vagrant-spec test --components=#{components.join(" ")}"
puts command
puts
exec(command)
Expand Down
2 changes: 1 addition & 1 deletion vagrant-spec.config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Vagrant::Spec::Acceptance.configure do |c|
c.component_paths << File.expand_path("../test/acceptance", __FILE__)
c.skeleton_paths << File.expand_path("../test/acceptance/skeletons", __FILE__)

c.assert_retries = 1
c.provider "google",
box: File.expand_path("../google-test.box", __FILE__),
contexts: ["provider-context/google"]
Expand Down

0 comments on commit b5a9508

Please sign in to comment.