From: Thanh Ha Date: Fri, 14 Aug 2020 18:07:17 +0000 (-0400) Subject: Disable MOLECULE_DEBUG=true X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=commitdiff_plain;h=03a5fc43172a3fc59a0e6f4e76e98870b10fb20d;p=ansible%2Froles%2Flf-recommended-tools.git Disable MOLECULE_DEBUG=true MOLECULE_DEBUG mode prints out too much information making it difficult to troubleshoot. Most of the time this isn't necessary because molecule does print out useful info on failure so let's comment this out and use it sparingly when we need it. Signed-off-by: Thanh Ha Change-Id: I812e56328817a4636a9675dc245f5e86cc51a590 --- diff --git a/molecule.sh b/molecule.sh index 6d36885..c70796f 100755 --- a/molecule.sh +++ b/molecule.sh @@ -16,5 +16,5 @@ if [ ! -z "$JENKINS_URL" ]; then fi # Output is hidden unless this is set -export MOLECULE_DEBUG=True +# export MOLECULE_DEBUG=True molecule test --destroy=always