diff options
Diffstat (limited to 'docs/develop/writingtests.rst')
| -rw-r--r-- | docs/develop/writingtests.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/develop/writingtests.rst b/docs/develop/writingtests.rst index 9bb5178f5..a7d033f17 100644 --- a/docs/develop/writingtests.rst +++ b/docs/develop/writingtests.rst @@ -60,7 +60,7 @@ Then to run on a board: .. code-block:: bash - $ ./run-tests.py --target minimal --device /dev/ttyACM0 + $ ./run-tests.py -t /dev/ttyACM0 And to run only a certain set of tests (eg a directory): |
