nickjj / rolespec

A test library for testing Ansible roles
GNU General Public License v3.0
232 stars 20 forks source link

Re-enable unit test #35

Closed GeVa2072 closed 8 years ago

GeVa2072 commented 8 years ago

On grep with ^ rolespec is not runing ansible playbook, because role name not match. testuser.testrole not match testrole

zigarn commented 8 years ago

PR #33 blocked the tests because it doesn't handle prefixes in test name. This PR fix it and allow the tests to fail if there is an error during tests.