From d12bad72ba4c6492b137fb6fa04b595e64e6d993 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Thu, 9 Feb 2012 14:33:09 +1100 Subject: torture: added samba4-ntvfs target this will be used for the samba4 server with the ntvfs backend Pair-Programmed-With: Andrew Bartlett Autobuild-User: Andrew Bartlett Autobuild-Date: Tue Feb 28 13:34:44 CET 2012 on sn-devel-104 --- source4/torture/smbtorture.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source4/torture/smbtorture.c') diff --git a/source4/torture/smbtorture.c b/source4/torture/smbtorture.c index 934e0a7b2f..04ba94d3e0 100644 --- a/source4/torture/smbtorture.c +++ b/source4/torture/smbtorture.c @@ -548,6 +548,9 @@ int main(int argc,char *argv[]) lpcfg_set_cmdline(cmdline_lp_ctx, "torture:resume_key_support", "false"); } else if (strcmp(target, "samba4") == 0) { lpcfg_set_cmdline(cmdline_lp_ctx, "torture:samba4", "true"); + } else if (strcmp(target, "samba4-ntvfs") == 0) { + lpcfg_set_cmdline(cmdline_lp_ctx, "torture:samba4", "true"); + lpcfg_set_cmdline(cmdline_lp_ctx, "torture:samba4-ntvfs", "true"); } else if (strcmp(target, "winxp") == 0) { lpcfg_set_cmdline(cmdline_lp_ctx, "torture:winxp", "true"); } else if (strcmp(target, "w2k3") == 0) { -- cgit