From e01a7157f3aae4e1f2e0f17e748e312fc5a3695a Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 21 Nov 2013 09:29:33 +0100 Subject: ctdb:tests: add path of ip command to extra output in the error case Signed-off-by: Michael Adam Reviewed-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- ctdb/tests/eventscripts/scripts/local.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'ctdb/tests/eventscripts/scripts') diff --git a/ctdb/tests/eventscripts/scripts/local.sh b/ctdb/tests/eventscripts/scripts/local.sh index 2b4bc92046..e8bf3c4805 100644 --- a/ctdb/tests/eventscripts/scripts/local.sh +++ b/ctdb/tests/eventscripts/scripts/local.sh @@ -889,6 +889,7 @@ _extra_header () CTDB_BASE="$CTDB_BASE" CTDB_ETCDIR="$CTDB_ETCDIR" ctdb client is "$(which ctdb)" +ip command is "$(which ip)" EOF } -- cgit