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:
parent
c97975008a
commit
01cf073131
1 changed files with 7 additions and 7 deletions
14
tests.toml
14
tests.toml
|
@ -7,8 +7,8 @@ test_format = 1.0
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
|
|
||||||
args.export = "libreoffice"
|
args.export = "libreoffice"
|
||||||
args.mypads = 1
|
args.mypads = 0
|
||||||
args.useldap = 1
|
args.useldap = 0
|
||||||
args.password = "admin!42"
|
args.password = "admin!42"
|
||||||
|
|
||||||
# -------------------------------
|
# -------------------------------
|
||||||
|
@ -19,11 +19,11 @@ test_format = 1.0
|
||||||
|
|
||||||
|
|
||||||
# This is an additional test suite
|
# This is an additional test suite
|
||||||
#[without_mypads]
|
[with_mypads]
|
||||||
# args.export = "libreoffice"
|
args.export = "libreoffice"
|
||||||
# args.mypads = 0
|
args.mypads = 1
|
||||||
# args.useldap = 0
|
args.useldap = 1
|
||||||
# only = ["install.root"]
|
only = ["install.root"]
|
||||||
|
|
||||||
#[with_abiword]
|
#[with_abiword]
|
||||||
# args.export = "abiword"
|
# args.export = "abiword"
|
||||||
|
|
Loading…
Add table
Reference in a new issue