mirror of
https://github.com/YunoHost-Apps/minetest_ynh.git
synced 2024-09-03 20:36:00 +02:00
41 lines
No EOL
905 B
TOML
41 lines
No EOL
905 B
TOML
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.7502e8155e0e5ee5d9e346af3ed96e431cd9fba3.name = "Upgrade from 5.5.1~ynh2"
|
|
|
|
["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" |