From 8bc5d100150cd22cb81fa4c30b5e80196d47a721 Mon Sep 17 00:00:00 2001 From: oufmilo <44617467+oufmilo@users.noreply.github.com> Date: Wed, 15 Feb 2023 01:15:51 +0100 Subject: [PATCH] Add test.toml --- test.toml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 test.toml diff --git a/test.toml b/test.toml new file mode 100644 index 0000000..0ef210b --- /dev/null +++ b/test.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