Skip to content

Commit

Permalink
wintest: Fix --use-ntvfs handling
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Metzmacher <[email protected]>
  • Loading branch information
abartlet authored and metze-samba committed Sep 12, 2012
1 parent ee4d1c4 commit 72720d6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion wintest/test-s4-howto.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,11 @@ def provision_s4(t, func_level="2008"):
'--host-ip=${INTERFACE_IP}',
'--option=bind interfaces only=yes',
'--option=rndc command=${RNDC} -c${PREFIX}/etc/rndc.conf',
'${USE_NTVFS}',
'--dns-backend=${NAMESERVER_BACKEND}',
'${DNS_FORWARDER}']
if t.getvar('USE_NTVFS'):
provision.append('${USE_NTVFS}')

if t.getvar('INTERFACE_IPV6'):
provision.append('--host-ip6=${INTERFACE_IPV6}')
t.run_cmd(provision)
Expand Down

0 comments on commit 72720d6

Please sign in to comment.