summaryrefslogtreecommitdiff
path: root/source4/torture/smbtorture.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2012-02-09 14:33:09 +1100
committerAndrew Bartlett <abartlet@samba.org>2012-02-28 13:34:44 +0100
commitd12bad72ba4c6492b137fb6fa04b595e64e6d993 (patch)
tree3266014c1a33b1c7e1ff17e791a399d41dc3b317 /source4/torture/smbtorture.c
parente2e2e60b619f1df8beccbe27cf40b4dcbd82ff57 (diff)
downloadsamba-d12bad72ba4c6492b137fb6fa04b595e64e6d993.tar.gz
torture: added samba4-ntvfs target
this will be used for the samba4 server with the ntvfs backend Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org> Autobuild-User: Andrew Bartlett <abartlet@samba.org> Autobuild-Date: Tue Feb 28 13:34:44 CET 2012 on sn-devel-104
Diffstat (limited to 'source4/torture/smbtorture.c')
-rw-r--r--source4/torture/smbtorture.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/torture/smbtorture.c b/source4/torture/smbtorture.c
index 934e0a7b2fa..04ba94d3e07 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) {