diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2009-06-13 16:14:39 +0200 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2009-06-13 16:16:01 +0200 |
commit | 478503694a860018740a93296e66d5cb0caa53c9 (patch) | |
tree | d899c7aacfa760553af1b8e1fa0bf29a40578932 /source4 | |
parent | afe7949313ba7a4f724ac578770ca5143901eb4a (diff) | |
download | samba-478503694a860018740a93296e66d5cb0caa53c9.tar.gz samba-478503694a860018740a93296e66d5cb0caa53c9.tar.bz2 samba-478503694a860018740a93296e66d5cb0caa53c9.zip |
smbtorture: Output subunit by default.
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/smbtorture.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/smbtorture.c b/source4/torture/smbtorture.c index 811f8768d9..f559d7d703 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; |