Honor dry_run in import-and-analyse.
[amitay/build-farm.git] / SerNet-Tru64.fns
index 4c3797d513d47adcb81b447c83d04c954495588f..93eb0422ad515d1ed1b75996a5d2d851b866c0da 100644 (file)
@@ -4,14 +4,18 @@ global_lock
 
 compiler=cc
 
-MAXTIME=9000
+MAXTIME=18000
 export MAXTIME
 SMBD_MAXTIME=8500
 export SMBD_MAXTIME
+SAMBA_MAXTIME=8500
+export SAMBA_MAXTIME
 
 . common.fns
 test_tree lorikeet-heimdal . $compiler
-CFLAGS="-g ${CFLAGS}" test_tree samba4 source $compiler
-CFLAGS="-g1 ${CFLAGS}" test_tree samba_3_2 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