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

This commit is contained in:
Éric Gaspar 2023-08-28 09:26:21 +02:00
parent c97975008a
commit 01cf073131

View file

@ -7,8 +7,8 @@ test_format = 1.0
# -------------------------------
args.export = "libreoffice"
args.mypads = 1
args.useldap = 1
args.mypads = 0
args.useldap = 0
args.password = "admin!42"
# -------------------------------
@ -19,11 +19,11 @@ test_format = 1.0
# This is an additional test suite
#[without_mypads]
# args.export = "libreoffice"
# args.mypads = 0
# args.useldap = 0
# only = ["install.root"]
[with_mypads]
args.export = "libreoffice"
args.mypads = 1
args.useldap = 1
only = ["install.root"]
#[with_abiword]
# args.export = "abiword"