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