From 97fabf63903e6494a31d20c52541f8eec07c0637 Mon Sep 17 00:00:00 2001 From: OniriCorpe Date: Sun, 28 Jan 2024 01:50:09 +0100 Subject: [PATCH] typo --- tests.toml | 44 ++++++++++++++++++++++---------------------- 1 file changed, 22 insertions(+), 22 deletions(-) diff --git a/tests.toml b/tests.toml index 9a8d950..6ee92fc 100644 --- a/tests.toml +++ b/tests.toml @@ -4,26 +4,26 @@ test_format = 1.0 [default] - # 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... +# 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) - # (Remove this key entirely if not needed) - # preinstall = """ - # sudo yunohost app install foobar - # sudo yunohost user list - # """ - args.forge_type = "github" - args.forge_url = "https://github.com" - args.forge_client = "dammy client" - args.forge_secret = "dummy secret" +# For special usecases, sometimes you need to setup other things on the machine +# prior to installing the app (such as installing another app) +# (Remove this key entirely if not needed) +# preinstall = """ +# sudo yunohost app install foobar +# sudo yunohost user list +# """ +args.forge_type = "github" +args.forge_url = "https://github.com" +args.forge_client = "dummy client" +args.forge_secret = "dummy secret"