diff options
author | Michael Adam <obnox@samba.org> | 2013-11-21 09:29:33 +0100 |
---|---|---|
committer | Martin Schwenke <martins@samba.org> | 2013-11-28 07:31:12 +0100 |
commit | e01a7157f3aae4e1f2e0f17e748e312fc5a3695a (patch) | |
tree | d44fa436abac10e39f0379e3461295a07fa5aa12 /ctdb | |
parent | 956b4b7c4e30fdd941b659c8885e2c8e987c27c6 (diff) | |
download | samba-e01a7157f3aae4e1f2e0f17e748e312fc5a3695a.tar.gz |
ctdb:tests: add path of ip command to extra output in the error case
Signed-off-by: Michael Adam <obnox@samba.org>
Reviewed-by: Martin Schwenke <martin@meltin.net>
Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb')
-rw-r--r-- | ctdb/tests/eventscripts/scripts/local.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/tests/eventscripts/scripts/local.sh b/ctdb/tests/eventscripts/scripts/local.sh index 2b4bc920462..e8bf3c48056 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 } |