Fix readme formatting

This commit is contained in:
Jesus Checa Hidalgo 2024-04-02 08:52:15 +02:00
commit 0d388f4257

View file

@ -6,6 +6,7 @@ This repository contains tests for libomp.
Tests are executed using TMT (Test Management Tool). The repository includes a
TMT plan that runs all the tests by default. All the tests support the following
context dimensions:
* `distro`
* `arch`
* `collection` (only applicable to RHEL 7)
@ -24,6 +25,7 @@ tmt -c distro=<distro> -c arch=<arch> run -avv provision -h connect -g <ip_or_ho
## Adding New Tests
Please consider the following when adding new tests:
* Test scripts must be named `test.sh`. If a different test is needed, you need
to overwrite the `test:` key in the test `main.fmf`.
* Tests must be placed under `tests/<test_name>`. Additionally they can be