X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=SerNet-Tru64.fns;h=ded96c96b1b9f49b0cc2c8407efee084fc083200;hb=bbaa8f3bf3a38c7c1d5f7d02a90a8bcc7b440c7a;hp=82b9979a3e67fcb47874db2d388da438eab540ce;hpb=7ed0d739d72a5f9d8777c24bdf8276e2af0209d2;p=build-farm.git diff --git a/SerNet-Tru64.fns b/SerNet-Tru64.fns index 82b9979a..ded96c96 100644 --- a/SerNet-Tru64.fns +++ b/SerNet-Tru64.fns @@ -2,12 +2,27 @@ per_run_hook global_lock -compiler=cc +MAXTIME=18000 +SMBD_MAXTIME=8500 +SAMBA_MAXTIME=8500 +export MAXTIME SMBD_MAXTIME SAMBA_MAXTIME -# ldap.h seems to be broken on this box?? -. 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 +compilers="cc" + +CFLAGS="-g $CFLAGS" +export CFLAGS + +for compiler in $compilers; do + + . common.fns + + config="--without-acl-support" + export config + test_tree samba_current . $compiler + test_tree samba_next . $compiler + test_tree samba_master . $compiler + config="" + export config +done global_unlock