From: Volker Lendecke Date: Fri, 28 Apr 2017 11:41:30 +0000 (+0200) Subject: selftest: Make sure that LOCAL-DBWRAP-WATCH1 is run in make test X-Git-Tag: ldb-1.1.30~362 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5e00fdd4dd7a4ca67538527182ee0fd91c90df58;p=thirdparty%2Fsamba.git selftest: Make sure that LOCAL-DBWRAP-WATCH1 is run in make test Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index 9bb7903ac32..7a1359f4bb8 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -146,6 +146,7 @@ local_tests = [ "LOCAL-MESSAGING-FDPASS2b", "LOCAL-PTHREADPOOL-TEVENT", "LOCAL-CANONICALIZE-PATH", + "LOCAL-DBWRAP-WATCH1", "LOCAL-hex_encode_buf", "LOCAL-remove_duplicate_addrs2"]