selftest: Do not force -d0 for smbd/nmbd/winbindd
commit2fd16c0cbf6bbf8ec9ca349b7a30a7eb1dc49f72
authorAndreas Schneider <asn@samba.org>
Wed, 9 Feb 2022 15:33:10 +0000 (9 16:33 +0100)
committerJule Anger <janger@samba.org>
Mon, 14 Feb 2022 13:32:15 +0000 (14 13:32 +0000)
tree72da7cc058a95f8f29ba8f0a654a0da4918fa01c
parentbc72fb438fe72d4403ba30f8e1a394a92507b88b
selftest: Do not force -d0 for smbd/nmbd/winbindd

We have the env variable SERVER_LOG_LEVEL which allows you to change
the log level on the command line. If we force -d0 this will not work.

make test TESTS="samba" SERVER_LOG_LEVEL=10

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit 9693f7ea7383c6a51ab58b7c8255b30206f18a3b)
selftest/target/Samba3.pm