From 5ff59ab22f84c7d699d2afed2cd17bc56e20adca Mon Sep 17 00:00:00 2001 From: Paul Calabrese Date: Thu, 30 Aug 2018 14:01:55 -0500 Subject: [PATCH] Add more diagnostic info when bootstrapping fails --- tests/Cluster.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Cluster.py b/tests/Cluster.py index d146cceb2..5f3d26d3d 100644 --- a/tests/Cluster.py +++ b/tests/Cluster.py @@ -718,6 +718,7 @@ class Cluster(object): for line in bootFile: if p.search(line): Utils.Print("ERROR: bios_boot.sh script resulted in errors. See %s" % (bootlog)) + Utils.Print(line) return None producerKeys=Cluster.parseClusterKeys(totalNodes) -- GitLab