two more hosts missing ACL support
[build-farm.git] / SerNet-Tru64.fns
1 per_run_hook
2
3 global_lock
4
5 MAXTIME=18000
6 SMBD_MAXTIME=8500
7 SAMBA_MAXTIME=8500
8 export MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
9
10 compilers="cc"
11
12 CFLAGS="-g $CFLAGS"
13 export CFLAGS
14
15 for compiler in $compilers; do
16
17         . common.fns
18
19         config="--without-gettext --without-acl-support"
20         export config
21         test_tree samba_4_0_test . $compiler
22         config=""
23         export config
24
25         test_tree samba_3_current source3 $compiler
26         test_tree samba_3_next source3 $compiler
27 done
28
29 global_unlock