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
/
compression
/
negative
/
compression_negative_checkout.rb
diff --git
a/spec/acceptance/beaker/git/compression/negative/compression_negative_checkout.rb
b/spec/acceptance/beaker/git/compression/negative/compression_negative_checkout.rb
index
b89f6f6
..
2485424
100644
(file)
--- a/
spec/acceptance/beaker/git/compression/negative/compression_negative_checkout.rb
+++ b/
spec/acceptance/beaker/git/compression/negative/compression_negative_checkout.rb
@@
-26,8
+26,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 git repo was checked out' do