X-Git-Url: http://git.samba.org/?a=blobdiff_plain;f=generic.fns;h=74e1a677ac1fbcc229a380f0c4030b3f4b79134e;hb=825748611865259a3d5336c5ff7f61015de5b29a;hp=9de2b760b0a01cfcb5cd416aee76d66526069dd7;hpb=be00e3a59a48749de34a99f30ea45ef4432d9f93;p=build-farm.git diff --git a/generic.fns b/generic.fns index 9de2b760..74e1a677 100644 --- a/generic.fns +++ b/generic.fns @@ -46,7 +46,7 @@ for compiler in $compilers; do TDB_NO_FSYNC=1 export TDB_NO_FSYNC - test_tree samba_4_0_test source4 $compiler + test_tree samba_4_0_test . $compiler TDB_NO_FSYNC=0 export TDB_NO_FSYNC @@ -61,9 +61,8 @@ for compiler in $compilers; do TDB_NO_FSYNC=1 export TDB_NO_FSYNC - test_tree samba_3_current source $compiler - test_tree samba_3_next source $compiler - test_tree samba_3_master source $compiler + test_tree samba_3_current source3 $compiler + test_tree samba_3_next source3 $compiler TDB_NO_FSYNC=0 export TDB_NO_FSYNC @@ -73,11 +72,12 @@ for compiler in $compilers; do fi fi fi -done -# only attempt pidl if we have perl -if which perl > /dev/null; then - test_tree pidl . cc -fi + # only attempt pidl if we have perl + if which perl > /dev/null; then + test_tree pidl . cc + fi + +done global_unlock