1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/hubzilla_ynh.git synced 2024-09-03 19:26:21 +02:00
hubzilla_ynh/tests.toml

29 lines
561 B
TOML
Raw Normal View History

2023-06-04 11:23:42 +02:00
test_format = 1.0
[default]
2023-06-04 11:57:04 +02:00
# ------------
# Tests to run
# ------------
exclude = ["change_url"]
# -------------------------------
# Default args to use for install
# -------------------------------
args.database="mysql"
2023-06-04 11:58:09 +02:00
# -------------------------------
# Commits to test upgrade from
# -------------------------------
test_upgrade_from.7c4bcff615c9ea9e87b2d5bad110dc10b1921efc.name = "Upgrade from 8.4.1"
2023-06-04 11:57:04 +02:00
[some_additional_testsuite]
only = ["install.subdir"]
args.database="mpostgresql"