diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-08 19:12:28 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-02-08 19:12:28 +0100 |
commit | 7751b2955948664076409abaff4d4e4161a31c6f (patch) | |
tree | 517d939c08f9738dc67bdb2b3cb613541313ba92 /Makefile | |
parent | 5c0f9c8c79f8eca72c206e2f9bb7c6d26bf80fa4 (diff) | |
download | searxng-7751b2955948664076409abaff4d4e4161a31c6f.tar.gz searxng-7751b2955948664076409abaff4d4e4161a31c6f.zip |
LXC: add LXC tooling box (initial, WIP)
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -75,6 +75,7 @@ test: test.pep8 test.unit test.sh test.robot - make pylint test.sh: + shellcheck -x utils/lxc.sh shellcheck -x utils/lib.sh shellcheck -x utils/filtron.sh shellcheck -x utils/searx.sh |