From: Ralph Boehme Date: Thu, 4 Oct 2018 11:47:20 +0000 (+0200) Subject: s3:selftest: list vfs testssuites one per line X-Git-Tag: samba-4.8.8~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0f5b9f5a6db2a6641e2cd405535f57721b9f9a67;p=thirdparty%2Fsamba.git s3:selftest: list vfs testssuites one per line Bug: https://bugzilla.samba.org/show_bug.cgi?id=13642 Signed-off-by: Ralph Boehme Reviewed-by: Jeremy Allison (cherry picked from commit c3a1f3ec9ba2402de2a876ca06086b2d53e122f0) --- diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py index 4526ac10a47..850663aca68 100755 --- a/source3/selftest/tests.py +++ b/source3/selftest/tests.py @@ -418,7 +418,13 @@ nbt = ["nbt.dgram" ] libsmbclient = ["libsmbclient"] -vfs = ["vfs.fruit", "vfs.acl_xattr", "vfs.fruit_netatalk", "vfs.fruit_file_id", "vfs.fruit_timemachine"] +vfs = [ + "vfs.fruit", + "vfs.acl_xattr", + "vfs.fruit_netatalk", + "vfs.fruit_file_id", + "vfs.fruit_timemachine", +] tests= base + raw + smb2 + rpc + unix + local + rap + nbt + libsmbclient + idmap + vfs