From fdcae2872b684dbc834274e688e4a0071a028a58 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 9 Jul 2021 14:12:39 +0200 Subject: [PATCH] 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 --- selftest/selftest.pl | 2 ++ 1 file changed, 2 insertions(+) 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";