From d1891a0c4f6f639f60d2063ca4c54d3b283e3636 Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 20 Jan 2022 11:17:29 +0100 Subject: [PATCH] autobuild: Fix path for libwbclient ldd checks Signed-off-by: Andreas Schneider Reviewed-by: Stefan Metzmacher Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Thu Jan 20 14:19:02 UTC 2022 on sn-devel-184 --- script/autobuild.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/script/autobuild.py b/script/autobuild.py index 041169e022e1..6634356f0312 100755 --- a/script/autobuild.py +++ b/script/autobuild.py @@ -894,14 +894,14 @@ def make_test( ("allshared-no-libldb", "find ./bin | grep -v 'module' | grep -v 'libldbsamba' | grep 'libldb' && exit 1; exit 0"), ("allshared-no-samba-nss_winbind", "ldd ./bin/plugins/libnss_winbind.so.2 | grep 'samba' && exit 1; exit 0"), ("allshared-no-samba-nss_wins", "ldd ./bin/plugins/libnss_wins.so.2 | grep 'samba' && exit 1; exit 0"), - ("allshared-no-samba-libwbclient", "ldd ./bin/plugins/libwbclient.so.0 | grep 'samba' && exit 1; exit 0"), + ("allshared-no-samba-libwbclient", "ldd ./bin/shared/libwbclient.so.0 | grep 'samba' && exit 1; exit 0"), ("allshared-no-samba-pam_winbind", "ldd ./bin/plugins/pam_winbind.so | grep -v 'libtalloc.so.2' | grep 'samba' && exit 1; exit 0"), ("allshared-no-public-nss_winbind", nm_grep_symbols("./bin/plugins/libnss_winbind.so.2", " T _nss_winbind_")), ("allshared-no-public-nss_wins", nm_grep_symbols("./bin/plugins/libnss_wins.so.2", " T _nss_wins_")), ("allshared-no-public-libwbclient", - nm_grep_symbols("./bin/plugins/libwbclient.so.0", " T wbc")), + nm_grep_symbols("./bin/shared/libwbclient.so.0", " T wbc")), ("allshared-no-public-pam_winbind", nm_grep_symbols("./bin/plugins/pam_winbind.so", "T pam_sm_")), ("allshared-no-public-winbind_krb5_locator",