1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/etherpad_mypads_ynh.git synced 2024-09-03 18:36:09 +02:00

Update tests.toml

Co-authored-by: Alexandre Aubin <alex.aubin@mailoo.org>
This commit is contained in:
Éric Gaspar 2023-03-20 16:47:52 +01:00 committed by GitHub
parent e3186acf0f
commit 90cf303dab
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -18,18 +18,20 @@ test_format = 1.0
# This is an additional test suite
[sans_MyPads]
[without_mypads]
args.export = "libreoffice"
args.mypads = 0
args.useldap = 0
only = ["install.root"]
[Abiword]
[with_abiword]
args.export = "abiword"
args.mypads = 1
args.useldap = 1
only = ["install.root"]
[sans_export]
[without_export]
args.export = "none"
args.mypads = 1
args.useldap = 0
only = ["install.root"]