From: Jelmer Vernooij Date: Sat, 13 Jun 2009 14:14:39 +0000 (+0200) Subject: smbtorture: Output subunit by default. X-Git-Tag: tdb-1.1.5~32 X-Git-Url: http://git.samba.org/samba.git/?a=commitdiff_plain;h=478503694a860018740a93296e66d5cb0caa53c9;p=sfrench%2Fsamba-autobuild%2F.git smbtorture: Output subunit by default. --- diff --git a/source4/torture/smbtorture.c b/source4/torture/smbtorture.c index 811f8768d94..f559d7d7034 100644 --- a/source4/torture/smbtorture.c +++ b/source4/torture/smbtorture.c @@ -430,7 +430,7 @@ int main(int argc,char *argv[]) static const char *target = "other"; NTSTATUS status; int shell = false; - static const char *ui_ops_name = "simple"; + static const char *ui_ops_name = "subunit"; const char *basedir = NULL; const char *extra_module = NULL; static int list_tests = 0;