mirror of https://github.com/searxng/searxng.git
[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:
parent
fea9ad7927
commit
f910c0b3ee
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue