diff options
Diffstat (limited to 'source4/torture/nbench')
-rw-r--r-- | source4/torture/nbench/nbench.c | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/source4/torture/nbench/nbench.c b/source4/torture/nbench/nbench.c index b96a32b30e..b0e3364f7e 100644 --- a/source4/torture/nbench/nbench.c +++ b/source4/torture/nbench/nbench.c @@ -282,12 +282,10 @@ bool torture_nbench(struct torture_context *torture) NTSTATUS torture_nbench_init(void) { - struct torture_suite *suite = - torture_suite_create( - talloc_autofree_context(), - "BENCH"); + struct torture_suite *suite = torture_suite_create( + talloc_autofree_context(), "bench"); - torture_suite_add_simple_test(suite, "NBENCH", torture_nbench); + torture_suite_add_simple_test(suite, "nbench", torture_nbench); suite->description = talloc_strdup(suite, "Benchmarks"); |