From 03a5fc43172a3fc59a0e6f4e76e98870b10fb20d Mon Sep 17 00:00:00 2001 From: Thanh Ha Date: Fri, 14 Aug 2020 14:07:17 -0400 Subject: [PATCH] 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 --- molecule.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.16.6