1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/minetest_ynh.git synced 2024-09-03 20:36:00 +02:00
minetest_ynh/tests.toml

31 lines
681 B
TOML
Raw Normal View History

2024-01-08 13:29:31 +01:00
test_format = 1.0
[default]
2024-01-08 13:43:15 +01:00
# ------------
# Tests to run
# ------------
2024-01-08 13:43:32 +01:00
exclude = ["change_url"]
2024-01-08 13:29:31 +01:00
# -------------------------------
# Default args to use for install
# -------------------------------
2024-01-08 13:58:56 +01:00
args.game = "minetest_game"
args.servername = "packagecheck"
args.pvp = 1
args.creative = 0
args.damage = 1
2024-01-08 15:02:50 +01:00
# -------------------------------
# Commits to test upgrade from
# -------------------------------
test_upgrade_from.7502e8155e0e5ee5d9e346af3ed96e431cd9fba3.name = "Upgrade from 5.5.1~ynh2"
2024-01-08 15:12:29 +01:00
["Test-capturetheflag"]
only = ["install.root", "backup_restore", "upgrade"]
args.game = "capturetheflag"