diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-09-22 21:03:05 -0700 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-09-22 22:29:09 -0700 |
commit | 136aa0d5ac8d3105cdebb579edf4a8043b5cc83f (patch) | |
tree | 688ff8cca2fee167e87dcbb5ed730e4036c00c09 /source4 | |
parent | a15a33a9a8806426955fb3cab6b798ab4173cc67 (diff) | |
download | samba-136aa0d5ac8d3105cdebb579edf4a8043b5cc83f.tar.gz samba-136aa0d5ac8d3105cdebb579edf4a8043b5cc83f.tar.bz2 samba-136aa0d5ac8d3105cdebb579edf4a8043b5cc83f.zip |
smbtorture: Report times.
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"); |