From: Martin Schwenke Date: Mon, 10 Feb 2020 22:26:58 +0000 (+1100) Subject: ctdb-tests: Increase to dumping up to 500 lines of logs on error X-Git-Tag: ldb-2.1.1~93 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0162fd87ed71d6055bfa626854889dcd196b577e;p=thirdparty%2Fsamba.git ctdb-tests: Increase to dumping up to 500 lines of logs on error 100 lines are not enough to debug a current issue. Signed-off-by: Martin Schwenke Reviewed-by: Amitay Isaacs --- diff --git a/ctdb/tests/scripts/integration_local_daemons.bash b/ctdb/tests/scripts/integration_local_daemons.bash index 0e7e07d540c..422f2941823 100644 --- a/ctdb/tests/scripts/integration_local_daemons.bash +++ b/ctdb/tests/scripts/integration_local_daemons.bash @@ -89,6 +89,6 @@ _print_logs_on_test_failure () fi echo "*** LOG START --------------------" - $ctdb_local_daemons print-log all | tail -n 100 + $ctdb_local_daemons print-log all | tail -n 500 echo "*** LOG END --------------------" }