utils: add lib.sh containing common shell script

Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
Markus Heiser 2020-01-08 18:13:22 +01:00
parent bdf392093a
commit 28dacee288
3 changed files with 318 additions and 0 deletions

View file

@ -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