diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-09-13 23:22:35 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-09-14 10:54:27 +0200 |
commit | 49411fa1079fc78cba4751d57a3c76096fc1b772 (patch) | |
tree | fd76af8f43ebf21ad138b9aa0f41f64a9ea4a77f /lib/torture | |
parent | 9f3a43c0182b8b13b2f4ff615b5aca816f4f05b3 (diff) | |
download | samba-49411fa1079fc78cba4751d57a3c76096fc1b772.tar.gz |
subunit.pm: Pass through milliseconds in time reports.
Diffstat (limited to 'lib/torture')
-rw-r--r-- | lib/torture/torture.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/torture/torture.c b/lib/torture/torture.c index 27b2bdcc93f..0bf50ccbae2 100644 --- a/lib/torture/torture.c +++ b/lib/torture/torture.c @@ -71,7 +71,7 @@ struct torture_context *torture_context_child(struct torture_context *parent) subtorture->results = talloc_reference(subtorture, parent->results); return subtorture; -} +} /** create a temporary directory. @@ -343,7 +343,6 @@ static bool internal_torture_run_test(struct torture_context *context, context->active_testname = talloc_asprintf(context, "%s-%s", old_testname, test->name); } - context->active_tcase = tcase; context->active_test = test; |