From c0b97eb9640dfbc3a01fc3fb1f00cac58def53f3 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 21 Aug 2012 07:55:48 +1000 Subject: [PATCH] build samba_4 with --enable-selftest This turns on all the required selftest stuff, rather than specifying it one-by-one. Andrew Bartlett --- build_test.fns | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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" -- 2.34.1