From 9251a8302c645ed9660dbf9973511b9438fb4b75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sat, 4 Mar 2023 19:31:58 +0100 Subject: [PATCH] cleaning --- manifest.toml | 2 +- tests.toml.example | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/manifest.toml b/manifest.toml index 72f51b2..547f781 100644 --- a/manifest.toml +++ b/manifest.toml @@ -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 diff --git a/tests.toml.example b/tests.toml.example index b5d9242..1168949 100644 --- a/tests.toml.example +++ b/tests.toml.example @@ -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) @@ -32,7 +33,7 @@ test_format = 1.0 # and also install args with a "default" provided in the manifest.. # It should only make sense to declare custom args here for args with no default values - args.language = "fr_FR" # NB : you should NOT need those lines unless for custom questions with no obvious/default value + args.language = "fr_FR" # NB: you should NOT need those lines unless for custom questions with no obvious/default value args.multisite = 0 # -------------------------------