From 040d917c105b36f932ba4c9c9585234db30af7aa Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sun, 29 May 2011 19:14:48 +0200 Subject: s3: Run BAD-NBT-SESSION in make test --- source3/selftest/tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index 962ea7f99f..fda3be1377 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -60,6 +60,7 @@ tests=[ "FDPASS", "LOCK1", "LOCK2", "LOCK3", "LOCK4", "LOCK5", "LOCK6", "LOCK7", "GETADDRINFO", "POSIX", "UID-REGRESSION-TEST", "SHORTNAME-TEST", "LOCAL-BASE64", "LOCAL-GENCACHE", "POSIX-APPEND", "CASE-INSENSITIVE-CREATE", + "BAD-NBT-SESSION", "LOCAL-string_to_sid", "LOCAL-CONVERT-STRING" ] for t in tests: -- cgit