From 0f577cd9e79e8a93b09d0c5f5b4f6842ed847932 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 30 Jan 2018 10:40:36 +0100 Subject: [PATCH] selftest: run "samba.tests.common" BUG: https://bugzilla.samba.org/show_bug.cgi?id=13228 Signed-off-by: Stefan Metzmacher Reviewed-by: Ralph Boehme --- selftest/tests.py | 1 + 1 file changed, 1 insertion(+) diff --git a/selftest/tests.py b/selftest/tests.py index 126e1184230..b2d1a672e67 100644 --- a/selftest/tests.py +++ b/selftest/tests.py @@ -65,6 +65,7 @@ planpythontestsuite("none", "samba.tests.dcerpc.integer") planpythontestsuite("none", "samba.tests.param", py3_compatible=True) planpythontestsuite("none", "samba.tests.upgrade") planpythontestsuite("none", "samba.tests.core", py3_compatible=True) +planpythontestsuite("none", "samba.tests.common") planpythontestsuite("none", "samba.tests.provision") planpythontestsuite("none", "samba.tests.password_quality") planpythontestsuite("none", "samba.tests.samba3")