forked from YunoHost-Apps/etherpad_mypads_ynh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtests.toml
37 lines (28 loc) · 790 Bytes
/
tests.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
test_format = 1.0
[default]
# -------------------------------
# Default args to use for install
# -------------------------------
args.export = "libreoffice"
args.mypads = 1
args.useldap = 1
# -------------------------------
# Commits to test upgrade from
# -------------------------------
test_upgrade_from.4d613658.name = "Upgrade from 1.8.17"
# This is an additional test suite
#[without_mypads]
# args.export = "libreoffice"
# args.mypads = 0
# args.useldap = 0
# only = ["install.root"]
#[with_abiword]
# args.export = "abiword"
# args.mypads = 1
# args.useldap = 1
# only = ["install.root"]
#[without_export]
# args.export = "none"
# args.mypads = 1
# args.useldap = 0
# only = ["install.root"]