From 34c05a46457f6aa60898945d89d99787678d0924 Mon Sep 17 00:00:00 2001 From: Steve Smith Date: Wed, 8 May 2019 16:34:14 +1000 Subject: [PATCH] DCD-224: Make sure we only pick the roles. --- bin/run-all-tests | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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