mirror of
https://github.com/YunoHost-Apps/hubzilla_ynh.git
synced 2024-09-03 19:26:21 +02:00
22 lines
No EOL
352 B
TOML
22 lines
No EOL
352 B
TOML
test_format = 1.0
|
|
|
|
[default]
|
|
|
|
|
|
# ------------
|
|
# Tests to run
|
|
# ------------
|
|
|
|
exclude = ["change_url"]
|
|
|
|
# -------------------------------
|
|
# Default args to use for install
|
|
# -------------------------------
|
|
|
|
args.database="mysql"
|
|
|
|
[some_additional_testsuite]
|
|
|
|
only = ["install.subdir"]
|
|
|
|
args.database="mpostgresql" |