From 136aa0d5ac8d3105cdebb579edf4a8043b5cc83f Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 22 Sep 2010 21:03:05 -0700 Subject: smbtorture: Report times. --- source4/torture/smbtorture.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4') diff --git a/source4/torture/smbtorture.c b/source4/torture/smbtorture.c index 0f2ca2fcbe..940ce85c74 100644 --- a/source4/torture/smbtorture.c +++ b/source4/torture/smbtorture.c @@ -98,6 +98,8 @@ bool torture_run_named_tests(struct torture_context *torture, const char *name, bool matched = false; struct torture_suite *o; + torture_ui_report_time(torture); + if (strequal(name, "ALL")) { if (restricted != NULL) { printf("--load-list and ALL are incompatible\n"); -- cgit