summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2018-10-04 13:47:20 +0200
committerKarolin Seeger <kseeger@samba.org>2018-11-02 10:30:09 +0100
commit0f5b9f5a6db2a6641e2cd405535f57721b9f9a67 (patch)
tree3b30d9d2ec38881a84e0f4710b4e16cf485b7f6a
parentd7b77c85821c00b490a18bc516944343e9a7ec96 (diff)
downloadsamba-0f5b9f5a6db2a6641e2cd405535f57721b9f9a67.tar.gz
s3:selftest: list vfs testssuites one per line
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)
-rwxr-xr-xsource3/selftest/tests.py8
1 files changed, 7 insertions, 1 deletions
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