diff options
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/smbtorture.c | 2 |
1 files changed, 2 insertions, 0 deletions
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"); |