summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2009-06-13 16:14:39 +0200
committerJelmer Vernooij <jelmer@samba.org>2009-06-13 16:16:01 +0200
commit478503694a860018740a93296e66d5cb0caa53c9 (patch)
treed899c7aacfa760553af1b8e1fa0bf29a40578932 /source4
parentafe7949313ba7a4f724ac578770ca5143901eb4a (diff)
downloadsamba-478503694a860018740a93296e66d5cb0caa53c9.tar.gz
smbtorture: Output subunit by default.
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/smbtorture.c2
1 files changed, 1 insertions, 1 deletions
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;