X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=SerNet-Tru64.fns;h=86224120295370e2060e3eca5a9ba0ed8413ed4e;hb=b194d41a998327c4cd3116088414bf5eb358ca28;hp=bd7b85309e2f30305bfee760c51cebedbb40d1cb;hpb=e12332082bbb91c01e922cdf769222035617400d;p=build-farm.git diff --git a/SerNet-Tru64.fns b/SerNet-Tru64.fns index bd7b8530..86224120 100644 --- a/SerNet-Tru64.fns +++ b/SerNet-Tru64.fns @@ -1,22 +1,34 @@ per_run_hook global_lock - -compiler=cc +compilers="cc" 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 samba_4_0_test source $compiler -CFLAGS="-g1 ${CFLAGS}" test_tree samba_4_0_waf 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 +export MAXTIME SMBD_MAXTIME SAMBA_MAXTIME + +CFLAGS="-g $CFLAGS" +export CFLAGS + +for compiler in $compilers; do + + . common.fns + TDB_NO_FSYNC=1 + SAVED_CPPFLAGS="$CPPFLAGS" + CPPFLAGS="" + export TDB_NO_FSYNC + export CPPFLAGS + test_tree samba_4_0_test . $compiler + CPPFLAGS="$SAVED_CPPFLAGS" + export CPPFLAGS + + test_tree samba_3_current source3 $compiler + test_tree samba_3_next source3 $compiler + test_tree samba_3_master source3 $compiler + TDB_NO_FSYNC=0 + export TDB_NO_FSYNC + +done global_unlock