Fix the delete ruby test

This commit is contained in:
Nick Janetakis
2014-07-01 18:18:15 -04:00
parent 86c462733c
commit e711bf6d98

View File

@@ -42,8 +42,8 @@ script:
&& (echo 'Ownership test: pass' && exit 0) && (echo 'Ownership test: pass' && exit 0)
|| (echo 'Ownership test: fail' && exit 1) || (echo 'Ownership test: fail' && exit 1)
- > - >
ansible-playbook $SITE_AND_INVENTORY --connection=local --extra-vars='rvm1_delete_ruby=2.1.0' ansible-playbook $SITE_AND_INVENTORY --connection=local --extra-vars='rvm1_delete_ruby=ruby-2.1.0'
| grep -q 'changed=1.*failed=0' | grep -q 'ok=1.*failed=0'
&& (echo 'Delete ruby test: pass' && exit 0) && (echo 'Delete ruby test: pass' && exit 0)
|| (echo 'Delete ruby test: fail' && exit 1) || (echo 'Delete ruby test: fail' && exit 1)
- > - >