diff --git a/ctdb/tests/INTEGRATION/simple/eventscripts.090.debug_hung.sh b/ctdb/tests/INTEGRATION/simple/eventscripts.090.debug_hung.sh index e77c3987bc8..0e39496155e 100755 --- a/ctdb/tests/INTEGRATION/simple/eventscripts.090.debug_hung.sh +++ b/ctdb/tests/INTEGRATION/simple/eventscripts.090.debug_hung.sh @@ -53,6 +53,11 @@ echo "Waiting for debugging output to appear..." # Use test -s because the file is created above using mktemp wait_until 60 test -s "$debug_output" +echo +echo "Debugging output:" +cat "$debug_output" +echo + echo "Checking output of hung script debugging..." # Can we actually read kernel stacks