mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
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 <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Wed Jul 14 21:57:11 UTC 2021 on sn-devel-184
This commit is contained in:
parent
9d047192a6
commit
fdcae2872b
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user