X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=hape.fns;h=cd2996214381b2d1f7ddd1e34933a354a2dc5fe8;hb=38aa76ba94c5755950f9b6a77d9db1118e96ef03;hp=469c14dc9a6cd11b607ef8e1d2ba5043788d011c;hpb=9134774c0fdad4932937f871457984cbcd7700c1;p=build-farm.git diff --git a/hape.fns b/hape.fns index 469c14dc..cd299621 100644 --- a/hape.fns +++ b/hape.fns @@ -10,23 +10,23 @@ global_lock MAXTIME=18000 TORTURE_MAXTIME=3600 SMBD_MAXTIME=18000 -export MAXTIME TORTURE_MAXTIME SMBD_MAXTIME +SAMBA_MAXTIME=18000 +export MAXTIME TORTURE_MAXTIME SMBD_MAXTIME SAMBA_MAXTIME #for compiler in gcc cc ; do for compiler in gcc ; do - - export config="--with-included-popt" + export config="" . common.fns - # sun_path for unix sockets is char[92] - # so we need to use shorter pathes for make test - export config="--with-selftest-prefix=/data/home/build/st.samba_4_0_test --with-included-popt" - test_tree samba_4_0_test 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_X_test source $compiler + 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_X_devel source $compiler + test_tree samba_3_master source3 $compiler done