-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathtests.toml
41 lines (27 loc) · 905 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
38
39
40
41
test_format = 1.0
[default]
# ------------
# Tests to run
# ------------
exclude = ["change_url"]
# -------------------------------
# Default args to use for install
# -------------------------------
args.game = "minetest_game"
args.servername = "packagecheck"
args.pvp = 1
args.creative = 0
args.damage = 1
# -------------------------------
# Commits to test upgrade from
# -------------------------------
test_upgrade_from.5e3ed220af8aae9a4783f92066224894923fce8b.name = "Upgrade from 5.8.0~ynh1"
["Test-capturetheflag"]
only = ["install.root", "backup_restore", "upgrade"]
args.game = "capturetheflag"
["Test-mineclonia"]
only = ["install.root", "backup_restore", "upgrade"]
args.game = "mineclonia"
["Test-mineclone2"]
only = ["install.root", "backup_restore", "upgrade"]
args.game = "mineclone2"