X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=hape.fns;h=5ddfa25f4f4c044d03c1b88fc397229e79c69c55;hb=adce933b64b9db16595935bd22a39f1616b3d95f;hp=58666c339d4ad82f9c77f217ab25a71444608ce3;hpb=624e7e2b426440039f68749d76b122a339328661;p=build-farm.git diff --git a/hape.fns b/hape.fns index 58666c33..5ddfa25f 100644 --- a/hape.fns +++ b/hape.fns @@ -7,16 +7,29 @@ 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 source $compiler - #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 done global_unlock +# as long as killbysubdir doesn't work on HP-UX, let's killall our build user's +# processes: +cd / ; killall +