From 8c4bf0ab7a8d23c7a2b903ba92a1077c4733839f Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Wed, 15 Feb 2023 01:35:07 +0100 Subject: [PATCH] Rename tests.toml --- tests.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 tests.toml diff --git a/tests.toml b/tests.toml new file mode 100644 index 0000000..0ef210b --- /dev/null +++ b/tests.toml @@ -0,0 +1,19 @@ +test_format = 1.0 + +[default] + + # ------------ + # Tests to run + # ------------ + + exclude ="install.nourl" + + # ------------------------------- + # Default args to use for install + # ------------------------------- + + # ------------------------------- + # Commits to test upgrade from + # ------------------------------- + + test_upgrade_from.89f4f52.name = "Upgrade from 13.0.5" \ No newline at end of file