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:
parent
e3186acf0f
commit
90cf303dab
1 changed files with 6 additions and 4 deletions
10
tests.toml
10
tests.toml
|
@ -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"]
|
||||
|
|
Loading…
Add table
Reference in a new issue