Browse Source

[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>
Markus Heiser 3 years ago
parent
commit
f910c0b3ee
1 changed files with 3 additions and 3 deletions
  1. 3 3
      docs/dev/makefile.rst

+ 3 - 3
docs/dev/makefile.rst

@@ -238,10 +238,10 @@ and ``test.robot``.  You can run tests selective, e.g.::
   ...
   ...
   TEST      test.sh OK
   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
 :ref:`sh lint` / if you have changed some bash scripting run this test before
 commit.
 commit.