From 365cfb1c323cd3a24ff0caf1929674910095b4c6 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Thu, 9 Dec 2010 16:57:45 +0100 Subject: smbtorture: Rename --list to --list-suites, add stub --list. --- source4/torture/shell.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/shell.c') diff --git a/source4/torture/shell.c b/source4/torture/shell.c index 4c098a9748..d6cc94c665 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, -- cgit