We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f0688 commit 86157e2Copy full SHA for 86157e2
test.sh
@@ -24,8 +24,8 @@ MAJOR_VERSIONS=("${!MYSQL_CLUSTER_VERSIONS[@]}"); [ -n "$1" ] && MAJOR_VERSIONS=
24
25
for MAJOR_VERSION in "${MAJOR_VERSIONS[@]}"; do
26
docker run -d -e MYSQL_RANDOM_ROOT_PASSWORD=true --name mysql-cluster mysql/mysql-cluster:$MAJOR_VERSION --log-error
27
- inspec exec $MAJOR_VERSION/inspec/control.rb --controls container
28
- inspec exec $MAJOR_VERSION/inspec/control.rb -t docker://mysql-cluster --controls packages
+ inspec exec --no-color $MAJOR_VERSION/inspec/control.rb --controls container
+ inspec exec --no-color $MAJOR_VERSION/inspec/control.rb -t docker://mysql-cluster --controls packages
29
docker stop mysql-cluster
30
docker rm mysql-cluster
31
done
0 commit comments