summaryrefslogtreecommitdiff
path: root/source4/torture/shell.c
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/shell.c
parent5f6dd9a608271948bb1d4a1fb975e889db70512c (diff)
downloadsamba-365cfb1c323cd3a24ff0caf1929674910095b4c6.tar.gz
smbtorture: Rename --list to --list-suites, add stub --list.
Diffstat (limited to 'source4/torture/shell.c')
-rw-r--r--source4/torture/shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/shell.c b/source4/torture/shell.c
index 4c098a97486..d6cc94c6655 100644
--- a/source4/torture/shell.c
+++ b/source4/torture/shell.c
@@ -215,7 +215,7 @@ static void shell_list(const struct shell_command * command,
return;
}
- torture_print_tests(true);
+ torture_print_testsuites(true);
}
static void shell_auth(const struct shell_command * command,