From: Andrew Bartlett Date: Mon, 20 Aug 2012 21:55:48 +0000 (+1000) Subject: build samba_4 with --enable-selftest X-Git-Url: http://git.samba.org/?p=build-farm.git;a=commitdiff_plain;h=c0b97eb9640dfbc3a01fc3fb1f00cac58def53f3 build samba_4 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 2358524a..44a87f69 100644 --- a/build_test.fns +++ b/build_test.fns @@ -746,9 +746,7 @@ test_tree() { sw_config="$config --enable-socket-wrapper" ;; samba_4*) - sw_config="$config --enable-socket-wrapper" - sw_config="$sw_config --enable-nss-wrapper" - sw_config="$sw_config --enable-uid-wrapper" + sw_config="$config --enable-selftest" ;; samba_3*) sw_config="$config --enable-socket-wrapper"