From 074ba4ae21020bf2da1eae2c350281b7eb61999d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Fri, 3 Feb 2023 14:13:53 +0100 Subject: [PATCH] Update tests.toml --- tests.toml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/tests.toml b/tests.toml index e69de29..ac77e74 100644 --- a/tests.toml +++ b/tests.toml @@ -0,0 +1,22 @@ +test_format = 1.0 + +[default] + + # ------------ + # Tests to run + # ------------ + + exclude ="install.nourl" + + # ------------------------------- + # Default args to use for install + # ------------------------------- + + group_name ="public with space" + group_description ="My public space" + + # ------------------------------- + # Commits to test upgrade from + # ------------------------------- + + test_upgrade_from.ed1506f.name = "Upgrade from 0.6.1~ynh2"