Honor dry_run in import-and-analyse.
[amitay/build-farm.git] / SerNet-Tru64.fns
index 6b1297fbd364b68ef811ea8680c3f6e1ddec28f8..93eb0422ad515d1ed1b75996a5d2d851b866c0da 100644 (file)
@@ -4,12 +4,18 @@ global_lock
 
 compiler=cc
 
-# ldap.h seems to be broken on this box??
-config="--with-ldap=no"
+MAXTIME=18000
+export MAXTIME
+SMBD_MAXTIME=8500
+export SMBD_MAXTIME
+SAMBA_MAXTIME=8500
+export SAMBA_MAXTIME
+
 . common.fns
-test_tree samba_3_0 source $compiler
 test_tree lorikeet-heimdal . $compiler
-test_tree samba4 source $compiler
-test_tree smb-build . $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