projects
/
puppet_vcsrepo.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Update specs and fix FM-1361
[puppet_vcsrepo.git]
/
spec
/
acceptance
/
beaker
/
git
/
tag_checkout
/
tag_checkout_file.rb
diff --git
a/spec/acceptance/beaker/git/tag_checkout/tag_checkout_file.rb
b/spec/acceptance/beaker/git/tag_checkout/tag_checkout_file.rb
index
4ab8a6a
..
8929b0b
100644
(file)
--- a/
spec/acceptance/beaker/git/tag_checkout/tag_checkout_file.rb
+++ b/
spec/acceptance/beaker/git/tag_checkout/tag_checkout_file.rb
@@
-27,8
+27,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 checkout out tag is #{tag}" do