X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=hape.fns;h=cd2996214381b2d1f7ddd1e34933a354a2dc5fe8;hb=f4cf0c5976dcdd23d7ef9f2089d2bf00e8b62832;hp=9fe5d336b73831eb9d5042f72dfd17b34261d968;hpb=d25f2c203d01c053c6ac14e8ee7ba30c9edd9965;p=build-farm.git diff --git a/hape.fns b/hape.fns index 9fe5d336..cd299621 100644 --- a/hape.fns +++ b/hape.fns @@ -7,15 +7,26 @@ global_lock #PATH=/data/gcc/3.4.3/pa20_64/bin:$PATH #export PATH -for compiler in gcc cc ; do - +MAXTIME=18000 +TORTURE_MAXTIME=3600 +SMBD_MAXTIME=18000 +SAMBA_MAXTIME=18000 +export MAXTIME TORTURE_MAXTIME SMBD_MAXTIME SAMBA_MAXTIME + +#for compiler in gcc cc ; do +for compiler in gcc ; do + export config="" . common.fns - - test_tree samba4 - #export config="--with-acl-support --with-libiconv=/usr/local/" - export config="--with-acl-support --with-libiconv=/usr/local" - test_tree samba_3_0 source $compiler + export config="--bundled-libraries=popt" + MAKE=gmake test_tree samba_4_0_test . $compiler + + export config="--with-acl-support --with-libiconv=/usr/local --with-included-popt" + test_tree samba_3_current source3 $compiler + export config="--with-acl-support --with-libiconv=/usr/local --with-included-popt" + test_tree samba_3_next source3 $compiler + export config="--with-acl-support --with-libiconv=/usr/local --with-included-popt" + test_tree samba_3_master source3 $compiler done