X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=SerNet-Tru64.fns;h=86224120295370e2060e3eca5a9ba0ed8413ed4e;hb=6ff3c9e54a5a6ddd94b80194c30a7c72fcf0aff6;hp=ea88bb9d19e3ea7663d77c54f876207740b7e2ba;hpb=0f40e6e3abad733e9bf8129b985db326f5403046;p=build-farm.git diff --git a/SerNet-Tru64.fns b/SerNet-Tru64.fns index ea88bb9d..86224120 100644 --- a/SerNet-Tru64.fns +++ b/SerNet-Tru64.fns @@ -1,13 +1,34 @@ per_run_hook global_lock +compilers="cc" -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="-g ${CFLAGS}" test_tree samba4 source $compiler -CFLAGS="-g1 ${CFLAGS}" test_tree samba_3_0 source $compiler +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