X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=SerNet-Tru64.fns;h=3571b6045c1f546e90142eb61a39d6e135c5217c;hb=0ca8317f8d3bfc552dc9859c2a8e5edd0f428a35;hp=4d62cd4478ed352688774d9e9da0a725f787664d;hpb=49ed3fc4bbf8db960e3691e311f18512b4f30162;p=build-farm.git diff --git a/SerNet-Tru64.fns b/SerNet-Tru64.fns index 4d62cd44..3571b604 100644 --- a/SerNet-Tru64.fns +++ b/SerNet-Tru64.fns @@ -2,13 +2,28 @@ per_run_hook global_lock -compiler=cc - -# ldap.h seems to be broken on this box?? -. common.fns -test_tree lorikeet-heimdal . $compiler -CFLAGS="-g" test_tree samba4 source $compiler -CFLAGS="-g1" test_tree samba_3_0 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-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