]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s3:selftest: list vfs testssuites one per line
authorRalph Boehme <slow@samba.org>
Thu, 4 Oct 2018 11:47:20 +0000 (13:47 +0200)
committerKarolin Seeger <kseeger@samba.org>
Fri, 2 Nov 2018 09:30:09 +0000 (10:30 +0100)
Bug: https://bugzilla.samba.org/show_bug.cgi?id=13642

Signed-off-by: Ralph Boehme <slow@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
(cherry picked from commit c3a1f3ec9ba2402de2a876ca06086b2d53e122f0)

source3/selftest/tests.py

index 4526ac10a47e75f996872a746f712b8a12ddb8f4..850663aca68a15210d8ef0f56181f31b407b0de2 100755 (executable)
@@ -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