From f3aa372bcb51bc08724f4ebe211b8c499f22cf30 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 15 Feb 2013 14:23:50 +0100 Subject: [PATCH] s3:torture: call fault_setup() to get usage backtraces Signed-off-by: Stefan Metzmacher Reviewed-by: Michael Adam --- source3/torture/torture.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/torture/torture.c b/source3/torture/torture.c index c70b5ffc8f3..db18825ddcc 100644 --- a/source3/torture/torture.c +++ b/source3/torture/torture.c @@ -9316,6 +9316,7 @@ static void usage(void) setup_logging("smbtorture", DEBUG_STDOUT); load_case_tables(); + fault_setup(); if (is_default_dyn_CONFIGFILE()) { if(getenv("SMB_CONF_PATH")) { -- 2.11.4.GIT