From: Stefan Metzmacher Date: Fri, 9 Jul 2021 12:12:39 +0000 (+0200) Subject: selftest: use SAMBA_DEPRECATED_SUPPRESS=1 for all tests X-Git-Tag: samba-4.15.0rc1~69 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fdcae2872b684dbc834274e688e4a0071a028a58;p=thirdparty%2Fsamba.git selftest: use SAMBA_DEPRECATED_SUPPRESS=1 for all tests The deprecation warnings are filling the logs and make it hard to find/see real problems. Signed-off-by: Stefan Metzmacher Autobuild-User(master): Stefan Metzmacher Autobuild-Date(master): Wed Jul 14 21:57:11 UTC 2021 on sn-devel-184 --- diff --git a/selftest/selftest.pl b/selftest/selftest.pl index d0c025af6b3..9d4462323f5 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -271,6 +271,8 @@ unless (defined($ENV{VALGRIND})) { # make all our python scripts unbuffered $ENV{PYTHONUNBUFFERED} = 1; +$ENV{SAMBA_DEPRECATED_SUPPRESS} = 1; + # do not depend on the users setup # see also bootstrap/config.py $ENV{TZ} = "UTC";