summaryrefslogtreecommitdiff
path: root/source4/torture/smbtorture.h
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2010-12-09 16:57:45 +0100
committerJelmer Vernooij <jelmer@samba.org>2010-12-10 03:04:06 +0100
commit365cfb1c323cd3a24ff0caf1929674910095b4c6 (patch)
tree5a462943aa27bd0636c333a4d5b21ad478e488d2 /source4/torture/smbtorture.h
parent5f6dd9a608271948bb1d4a1fb975e889db70512c (diff)
downloadsamba-365cfb1c323cd3a24ff0caf1929674910095b4c6.tar.gz
smbtorture: Rename --list to --list-suites, add stub --list.
Diffstat (limited to 'source4/torture/smbtorture.h')
-rw-r--r--source4/torture/smbtorture.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/smbtorture.h b/source4/torture/smbtorture.h
index 8ad58bf71cf..cbb48234e36 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);