diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2022-01-18 12:30:32 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2022-01-18 12:30:32 +0100 |
commit | f910c0b3eec61eaa370afe283af6c64c6ba6004d (patch) | |
tree | 2949b0f449b1a525e1df3eebd102d70985a09f2d /docs | |
parent | fea9ad7927aa3225f985c4c2b8b2f9c584f2fff6 (diff) | |
download | searxng-f910c0b3eec61eaa370afe283af6c64c6ba6004d.tar.gz searxng-f910c0b3eec61eaa370afe283af6c64c6ba6004d.zip |
[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>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/dev/makefile.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/dev/makefile.rst b/docs/dev/makefile.rst index 8c9058c34..8e9de7882 100644 --- a/docs/dev/makefile.rst +++ b/docs/dev/makefile.rst @@ -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. |