From: Andrew Bartlett Date: Tue, 7 Jan 2014 01:31:55 +0000 (+1300) Subject: add .fns files to work around missing ACL support and missing gettext on macos 10.6 X-Git-Url: http://git.samba.org/?p=build-farm.git;a=commitdiff_plain;h=404b035f28b6ab9fdf4edc5b4deca2885f71c7c8 add .fns files to work around missing ACL support and missing gettext on macos 10.6 --- diff --git a/SerNet-imini.fns b/SerNet-imini.fns new file mode 100644 index 00000000..016cc614 --- /dev/null +++ b/SerNet-imini.fns @@ -0,0 +1,19 @@ +per_run_hook + +global_lock + +compilers="gcc" + +for compiler in $compilers; do + + . common.fns + + export config="--without-acl-support --without-gettext" + test_tree samba_4_0_test . $compiler + export config="" + + test_tree samba_3_current source3 $compiler + test_tree samba_3_next source3 $compiler +done + +global_unlock