Honor dry_run in import-and-analyse.
[amitay/build-farm.git] / SerNet-Tru64.fns
index 82b9979a3e67fcb47874db2d388da438eab540ce..93eb0422ad515d1ed1b75996a5d2d851b866c0da 100644 (file)
@@ -4,10 +4,18 @@ global_lock
 
 compiler=cc
 
-# ldap.h seems to be broken on this box??
+MAXTIME=18000
+export MAXTIME
+SMBD_MAXTIME=8500
+export SMBD_MAXTIME
+SAMBA_MAXTIME=8500
+export SAMBA_MAXTIME
+
 . common.fns
 test_tree lorikeet-heimdal . $compiler
-CFLAGS="-g1 ${CFLAGS}" test_tree samba4 source $compiler
-CFLAGS="-g1 ${CFLAGS}" test_tree samba_3_0 source $compiler
+CFLAGS="-g1 ${CFLAGS}" test_tree samba_4_0_test source4 $compiler
+CFLAGS="-g1 ${CFLAGS}" test_tree samba_3_current source $compiler
+CFLAGS="-g1 ${CFLAGS}" test_tree samba_3_next source $compiler
+CFLAGS="-g1 ${CFLAGS}" test_tree samba_3_master source $compiler
 
 global_unlock