[fix] typo 'test.sh' in the docs/dev/makefile.rst to 'test.shell'

make test.sh --> make test.shell

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2022-01-18 12:30:32 +01:00
parent fea9ad7927
commit f910c0b3ee

View file

@ -238,10 +238,10 @@ and ``test.robot``. You can run tests selective, e.g.::
...
TEST test.sh OK
.. _make test.sh:
.. _make test.shell:
``make test.sh``
================
``make test.shell``
===================
:ref:`sh lint` / if you have changed some bash scripting run this test before
commit.