From: Douglas Bagnall Date: Thu, 27 Jun 2024 05:04:47 +0000 (+1200) Subject: selftest: run the cmdline tests that we already have X-Git-Tag: samba-4.19.8~17 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b94b86f3505c7e963d78f2987e10ce0ef3487a4;p=thirdparty%2Fsamba.git selftest: run the cmdline tests that we already have BUG: https://bugzilla.samba.org/show_bug.cgi?id=15674 Signed-off-by: Douglas Bagnall Reviewed-by: Jo Sutton (cherry picked from commit f17a2b1b25f2ffa5e3caeb8f81101e66b843cc29) [jsutton@samba.org Fixed conflict in selftest/tests.py] --- diff --git a/selftest/tests.py b/selftest/tests.py index 76950f447eb..deb3c0be377 100644 --- a/selftest/tests.py +++ b/selftest/tests.py @@ -487,3 +487,6 @@ plantestsuite("samba.unittests.compression.lzxpress_huffman", "none", plantestsuite("samba.unittests.compression.lzxpress_plain", "none", [os.path.join(bindir(), "default/lib/compression/test_lzxpress_plain")]) + +plantestsuite("samba.unittests.cmdline", "none", + [os.path.join(bindir(), "test_cmdline")])