This commit is contained in:
Éric Gaspar 2023-03-04 19:31:58 +01:00
parent 271fdbe30f
commit 9251a8302c
2 changed files with 4 additions and 3 deletions

View File

@ -23,7 +23,7 @@ cpe = "???"
fund = "???"
[integration]
yunohost = ">= 11.1.12"
yunohost = ">= 11.1.13"
# FIXME: can be replaced by a list of supported archs using the dpkg --print-architecture nomenclature (amd64/i386/armhf/arm64), for example: ["amd64", "i386"]
architectures = "all"
multi_instance = true

View File

@ -13,7 +13,8 @@ test_format = 1.0
#
# You can also decide (though this is discouraged!) to ban/ignore some tests,
exclude = ["install.private", "install.multi"] # NB : you should NOT need this except if you really have a good reason ...
exclude = ["install.private", "install.multi"] # The test IDs to be used in only/exclude statements are: install.root, install.subdir, install.nourl, install.multi, backup_restore, upgrade, upgrade.someCommitId change_url
# NB : you should NOT need this except if you really have a good reason...
# For special usecases, sometimes you need to setup other things on the machine
# prior to installing the app (such as installing another app)