Disable MOLECULE_DEBUG=true 01/65101/2
authorThanh Ha <zxiiro@gmail.com>
Fri, 14 Aug 2020 18:07:17 +0000 (14:07 -0400)
committerThanh Ha <zxiiro@gmail.com>
Fri, 14 Aug 2020 18:27:17 +0000 (14:27 -0400)
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 <zxiiro@gmail.com>
Change-Id: I812e56328817a4636a9675dc245f5e86cc51a590

molecule.sh

index 6d36885..c70796f 100755 (executable)
@@ -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