From: Andrew Bartlett Date: Tue, 21 Aug 2012 02:54:46 +0000 (+1000) Subject: build samba_3 with --enable-selftest X-Git-Url: http://git.samba.org/?p=build-farm.git;a=commitdiff_plain;h=dd6b02d814b4c38ccec1edc3b7732f2284d8f542 build samba_3 with --enable-selftest This turns on all the required selftest stuff, rather than specifying it one-by-one. Andrew Bartlett --- diff --git a/build_test.fns b/build_test.fns index 44a87f69..46ebc378 100644 --- a/build_test.fns +++ b/build_test.fns @@ -749,8 +749,7 @@ test_tree() { sw_config="$config --enable-selftest" ;; samba_3*) - sw_config="$config --enable-socket-wrapper" - sw_config="$sw_config --enable-nss-wrapper" + sw_config="$config --enable-selftest" ;; samba-gtk) PKG_CONFIG_PATH="$test_root/prefix/samba_4_0_test.$compiler/lib/pkgconfig"