diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2010-12-09 16:57:45 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-12-10 03:04:06 +0100 |
commit | 365cfb1c323cd3a24ff0caf1929674910095b4c6 (patch) | |
tree | 5a462943aa27bd0636c333a4d5b21ad478e488d2 /source4/torture/smbtorture.h | |
parent | 5f6dd9a608271948bb1d4a1fb975e889db70512c (diff) | |
download | samba-365cfb1c323cd3a24ff0caf1929674910095b4c6.tar.gz samba-365cfb1c323cd3a24ff0caf1929674910095b4c6.tar.xz samba-365cfb1c323cd3a24ff0caf1929674910095b4c6.zip |
smbtorture: Rename --list to --list-suites, add stub --list.
Diffstat (limited to 'source4/torture/smbtorture.h')
-rw-r--r-- | source4/torture/smbtorture.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/smbtorture.h b/source4/torture/smbtorture.h index 8ad58bf71c..cbb48234e3 100644 --- a/source4/torture/smbtorture.h +++ b/source4/torture/smbtorture.h @@ -37,7 +37,7 @@ struct torture_test; int torture_init(void); bool torture_register_suite(struct torture_suite *suite); void torture_shell(struct torture_context *tctx); -void torture_print_tests(bool structured); +void torture_print_testsuites(bool structured); bool torture_run_named_tests(struct torture_context *torture, const char *name, const char **restricted); bool torture_parse_target(struct loadparm_context *lp_ctx, const char *target); |