Skip to content

Commit

Permalink
wintest: s3fs is now the default in provision
Browse files Browse the repository at this point in the history
  • Loading branch information
abartlet committed May 25, 2012
1 parent 1876d63 commit 7891ad4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions wintest/test-s4-howto.py
Original file line number Diff line number Diff line change
@@ -35,8 +35,7 @@ def provision_s4(t, func_level="2008"):
'--option=interfaces=${INTERFACE}',
'--host-ip=${INTERFACE_IP}',
'--option=bind interfaces only=yes',
'--option=rndc command=${RNDC} -c${PREFIX}/etc/rndc.conf',
'--use-s3fs=yes']
'--option=rndc command=${RNDC} -c${PREFIX}/etc/rndc.conf']
if t.getvar('INTERFACE_IPV6'):
provision.append('--host-ip6=${INTERFACE_IPV6}')
t.run_cmd(provision)

0 comments on commit 7891ad4

Please sign in to comment.