cleaning
This commit is contained in:
parent
271fdbe30f
commit
9251a8302c
2 changed files with 4 additions and 3 deletions
|
@ -23,7 +23,7 @@ cpe = "???"
|
||||||
fund = "???"
|
fund = "???"
|
||||||
|
|
||||||
[integration]
|
[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"]
|
# 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"
|
architectures = "all"
|
||||||
multi_instance = true
|
multi_instance = true
|
||||||
|
|
|
@ -13,7 +13,8 @@ test_format = 1.0
|
||||||
#
|
#
|
||||||
# You can also decide (though this is discouraged!) to ban/ignore some tests,
|
# 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
|
# For special usecases, sometimes you need to setup other things on the machine
|
||||||
# prior to installing the app (such as installing another app)
|
# prior to installing the app (such as installing another app)
|
||||||
|
|
Loading…
Reference in a new issue