From 90cf303dab83285dc4b805671f747ca9edb287b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Mon, 20 Mar 2023 16:47:52 +0100 Subject: [PATCH] Update tests.toml Co-authored-by: Alexandre Aubin --- tests.toml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/tests.toml b/tests.toml index 016a5da..1d984ce 100644 --- a/tests.toml +++ b/tests.toml @@ -18,18 +18,20 @@ test_format = 1.0 # This is an additional test suite -[sans_MyPads] +[without_mypads] args.export = "libreoffice" args.mypads = 0 args.useldap = 0 + only = ["install.root"] - -[Abiword] +[with_abiword] args.export = "abiword" args.mypads = 1 args.useldap = 1 + only = ["install.root"] -[sans_export] +[without_export] args.export = "none" args.mypads = 1 args.useldap = 0 + only = ["install.root"]