mirror of
https://github.com/searxng/searxng.git
synced 2025-08-03 18:42:33 +02:00
utils: add lib.sh containing common shell script
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
bdf392093a
commit
28dacee288
3 changed files with 318 additions and 0 deletions
1
Makefile
1
Makefile
|
@ -77,6 +77,7 @@ test: test.pep8 test.unit test.sh test.robot
|
|||
- make pylint
|
||||
|
||||
test.sh:
|
||||
shellcheck -x utils/lib.sh
|
||||
|
||||
test.pep8: pyenvinstall
|
||||
$(PY_ENV_ACT); ./manage.sh pep8_check
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue