From 487c67b0b83ccc13c567e3dccd81e8abf54d89e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 16 May 2024 11:41:40 +0200 Subject: [PATCH] add test --- manifest.toml | 2 +- tests.toml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/manifest.toml b/manifest.toml index 0ae4836..3cb97ff 100644 --- a/manifest.toml +++ b/manifest.toml @@ -7,7 +7,7 @@ name = "Minetest" description.en = "Voxel game engine and game. Need a client to connect to the server" description.fr = "Moteur de jeu de type « bac à sable ». Nécessite un client pour se connecter au serveur" -version = "5.8.0~ynh3" +version = "5.8.0~ynh4" maintainers = [] diff --git a/tests.toml b/tests.toml index d2e4846..e616f26 100644 --- a/tests.toml +++ b/tests.toml @@ -33,3 +33,8 @@ test_format = 1.0 only = ["install.root", "backup_restore", "upgrade"] args.game = "mineclonia" + + ["Test-mineclone2"] + + only = ["install.root", "backup_restore", "upgrade"] + args.game = "mineclone2"