summaryrefslogtreecommitdiff
path: root/spec/acceptance/beaker/git/clone/clone_repo_with_excludes_not_in_repo.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/acceptance/beaker/git/clone/clone_repo_with_excludes_not_in_repo.rb')
-rw-r--r--spec/acceptance/beaker/git/clone/clone_repo_with_excludes_not_in_repo.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/acceptance/beaker/git/clone/clone_repo_with_excludes_not_in_repo.rb b/spec/acceptance/beaker/git/clone/clone_repo_with_excludes_not_in_repo.rb
index c533aa5..10c0e8e 100644
--- a/spec/acceptance/beaker/git/clone/clone_repo_with_excludes_not_in_repo.rb
+++ b/spec/acceptance/beaker/git/clone/clone_repo_with_excludes_not_in_repo.rb
@@ -28,8 +28,8 @@ hosts.each do |host|
}
EOS
- apply_manifest_on(host, pp)
- apply_manifest_on(host, pp)
+ apply_manifest_on(host, pp, :catch_failures => true)
+ apply_manifest_on(host, pp, :catch_changes => true)
end
step 'verify exludes are known to git' do