X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=SerNet-solaris8.fns;h=0788ce8e641e4254e3d8f9291e86ea54baf28427;hb=24fb6cfe7e6a98c48fdb73c9926d85006d70fcc0;hp=b011b8ce18635ab7cbf0541fbd96e439d4aab0c1;hpb=a187aeec03203e7e5a2a11ccdd2e5066eb539efe;p=build-farm.git diff --git a/SerNet-solaris8.fns b/SerNet-solaris8.fns index b011b8ce..0788ce8e 100644 --- a/SerNet-solaris8.fns +++ b/SerNet-solaris8.fns @@ -19,7 +19,6 @@ prehook_configure() { case "$tree" in samba_4*) - (cd ${builddir}/..; gpatch -p 1 <$HOME/build_farm/patch) ;; *) ;; @@ -35,10 +34,9 @@ for compiler in $compilers; do . common.fns TDB_NO_FSYNC=1 export TDB_NO_FSYNC - test_tree samba_4_0_test source4 $compiler - test_tree samba_3_current source $compiler - test_tree samba_3_next source $compiler - test_tree samba_3_master source $compiler + test_tree samba_4_0_test . $compiler + test_tree samba_3_current source3 $compiler + test_tree samba_3_next source3 $compiler TDB_NO_FSYNC=0 export TDB_NO_FSYNC done