two more hosts missing ACL support
[build-farm.git] / SerNet-Tru64.fns
index 6afe48323de2195ca68a5db0a13e0be96c2d3840..b2a995fced62eee3a27ce20b8d1b3847af9aef11 100644 (file)
@@ -2,13 +2,28 @@ per_run_hook
 
 global_lock
 
-compiler=cc
-
-# ldap.h seems to be broken on this box??
-. common.fns
-test_tree samba_3_0 source $compiler
-test_tree lorikeet-heimdal . $compiler
-test_tree samba4 source $compiler
-test_tree smb-build . $compiler
+MAXTIME=18000
+SMBD_MAXTIME=8500
+SAMBA_MAXTIME=8500
+export MAXTIME SMBD_MAXTIME SAMBA_MAXTIME
+
+compilers="cc"
+
+CFLAGS="-g $CFLAGS"
+export CFLAGS
+
+for compiler in $compilers; do
+
+       . common.fns
+
+       config="--without-gettext --without-acl-support"
+       export config
+       test_tree samba_4_0_test . $compiler
+       config=""
+       export config
+
+       test_tree samba_3_current source3 $compiler
+       test_tree samba_3_next source3 $compiler
+done
 
 global_unlock