From da0bf60746227642270f6b0e6eeb1ce383824236 Mon Sep 17 00:00:00 2001 From: Sean Dague Date: Wed, 26 Mar 2014 09:45:21 -0400 Subject: [PATCH] be extra explicit for people reading logs people seem to be confused by gate_hook failed, even though 5 lines above we say running gate_hook. Make it extra explicit what to do next. Change-Id: I19d77b905c61311c0c68e23ed67f137df682cf34 --- devstack-vm-gate-wrap.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/devstack-vm-gate-wrap.sh b/devstack-vm-gate-wrap.sh index c7cbe831..3ea69816 100755 --- a/devstack-vm-gate-wrap.sh +++ b/devstack-vm-gate-wrap.sh @@ -307,7 +307,8 @@ GATE_RETVAL=$? RETVAL=$GATE_RETVAL if [ $GATE_RETVAL -ne 0 ]; then - echo "ERROR: gate_hook failed" + echo "ERROR: the main setup script run by this job failed - exit code: $GATE_RETVAL" + echo " please look at the relevant log files to determine the root cause" fi # Run post test hook if we have one