Documentation: improve command doc to run CI test locally

Add `<>` for user defined variable in the command to run CI test
locally. This makes it more obvious that the user needs to change those
to execute the command.
This commit is contained in:
Ludovic Vanasse 2024-09-29 14:02:31 -04:00 committed by Xiang Xiao
parent 40c5e793b6
commit 79fc4a1454

View file

@ -60,7 +60,7 @@ by following command.
.. code-block:: console
$ python3 -m pytest -m 'common or sim' ./ -B sim -P nuttx-path -L log-path -R sim -C --json=log-path/pytest.json
$ python3 -m pytest -m 'common or sim' ./ -B sim -P <nuttx-path> -L <log-path> -R sim -C --json=<log-path>/pytest.json
Where nuttx-path is an absolute path to NuttX root directory and log-path is
a user defined directory to which tests log are saved.