Update tests.toml.example

This commit is contained in:
Éric Gaspar 2023-03-07 22:27:03 +01:00
parent 99d39ee31c
commit 2b5437f789
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ test_format = 1.0
# You can also decide (though this is discouraged!) to ban/ignore some tests, # You can also decide (though this is discouraged!) to ban/ignore some tests,
exclude = ["install.private", "install.multi"] # The test IDs to be used in only/exclude statements are: install.root, install.subdir, install.nourl, install.multi, backup_restore, upgrade, upgrade.someCommitId change_url exclude = ["install.private", "install.multi"] # The test IDs to be used in only/exclude statements are: install.root, install.subdir, install.nourl, install.multi, backup_restore, upgrade, upgrade.someCommitId change_url
# NB : you should NOT need this except if you really have a good reason... # NB: you should NOT need this except if you really have a good reason...
# For special usecases, sometimes you need to setup other things on the machine # For special usecases, sometimes you need to setup other things on the machine
# prior to installing the app (such as installing another app) # prior to installing the app (such as installing another app)