mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
DCD-224: Add quick script to run all molecule tests.
This commit is contained in:
10
bin/run-all-tests
Executable file
10
bin/run-all-tests
Executable file
@@ -0,0 +1,10 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -e
|
||||
|
||||
for role in `find -name molecule`; do
|
||||
pushd `dirname $role`
|
||||
molecule test --all
|
||||
popd
|
||||
done
|
||||
|
||||
Reference in New Issue
Block a user