diff --git a/bin/run-all-tests b/bin/run-all-tests index dc2415a..9f1c442 100755 --- a/bin/run-all-tests +++ b/bin/run-all-tests @@ -2,7 +2,7 @@ set -e -for role in `find -name molecule`; do +for role in `find roles/ -name molecule`; do pushd `dirname $role` molecule test --all popd