From 3ff77e6e721819cdaac11e39a333ea13520f37f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 7 Feb 2023 13:54:28 +0100 Subject: [PATCH] Update tests.toml --- tests.toml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/tests.toml b/tests.toml index b032f7b..5f624e1 100644 --- a/tests.toml +++ b/tests.toml @@ -6,11 +6,10 @@ test_format = 1.0 # Tests to run # ------------ - # NB: the tests to run are automatically deduced by the CI script according to the - # content of the app's manifest. The declarations below allow to customize which - # tests are ran, possibly add special test suite to test special args, or - # declare which commits to test upgrade from. - # - # You can also decide (though this is discouraged!) to ban/ignore some tests, - exclude = ["install.private", "install.nourl"] + + # ------------------------------- + # Commits to test upgrade from + # ------------------------------- + + test_upgrade_from.75e55a85.name = "Upgrade from 1.18.6~ynh1" \ No newline at end of file