mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
29 lines
556 B
TOML
29 lines
556 B
TOML
test_format = 1.0
|
|
|
|
[default]
|
|
|
|
|
|
# ------------
|
|
# Tests to run
|
|
# ------------
|
|
|
|
exclude = ["change_url"]
|
|
|
|
# -------------------------------
|
|
# Default args to use for install
|
|
# -------------------------------
|
|
|
|
args.database="mysql"
|
|
|
|
# -------------------------------
|
|
# Commits to test upgrade from
|
|
# -------------------------------
|
|
|
|
test_upgrade_from.702a58b0a02bd1aba620222eb2c111067506e3fa.name = "Upgrade from 8.6.6~ynh1"
|
|
|
|
|
|
[with_postgresql]
|
|
|
|
only = ["install.subdir"]
|
|
|
|
args.database="postgresql"
|