diff options
author | Andrew Tridgell <tridge@samba.org> | 2012-02-09 14:33:09 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2012-02-28 13:34:44 +0100 |
commit | d12bad72ba4c6492b137fb6fa04b595e64e6d993 (patch) | |
tree | 3266014c1a33b1c7e1ff17e791a399d41dc3b317 /source4/torture | |
parent | e2e2e60b619f1df8beccbe27cf40b4dcbd82ff57 (diff) | |
download | samba-d12bad72ba4c6492b137fb6fa04b595e64e6d993.tar.gz samba-d12bad72ba4c6492b137fb6fa04b595e64e6d993.tar.bz2 samba-d12bad72ba4c6492b137fb6fa04b595e64e6d993.zip |
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')
-rw-r--r-- | source4/torture/smbtorture.c | 3 |
1 files changed, 3 insertions, 0 deletions
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) { |