test/centos6-64/run.sh in capistrano-file-resources-0.1.0 vs test/centos6-64/run.sh in capistrano-file-resources-0.1.1
- old
+ new
@@ -1,7 +1,7 @@
#!/bin/sh -e
bundle exec vagrant up
bundle exec cap test_all
-bundle exec vagrant destroy -f
+bundle exec vagrant halt
# vim:set ft=sh :