mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 02:48:37 +08:00
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:
parent
40c5e793b6
commit
79fc4a1454
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue