1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-22 22:04:08 +03:00

smbtorture: Output subunit by default.

This commit is contained in:
Jelmer Vernooij 2009-06-13 16:14:39 +02:00
parent afe7949313
commit 478503694a

View File

@ -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;