diff options
author | Markus Heiser <markus.heiser@darmarit.de> | 2021-12-28 16:56:52 +0100 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2022-01-03 14:47:24 +0100 |
commit | 4f1130d6639ca93cd827f8c2bdaed1c3864f1af3 (patch) | |
tree | a997f7fb42629fd78f1f1d046992e64458ad9cb1 | |
parent | fe8b88c8a4385a3454604143bc7ed4162f713251 (diff) | |
download | searxng-4f1130d6639ca93cd827f8c2bdaed1c3864f1af3.tar.gz searxng-4f1130d6639ca93cd827f8c2bdaed1c3864f1af3.zip |
[mod] test.shell: add utils/lib_redis.sh to shellcheck procedure
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -67,6 +67,7 @@ test.shell: utils/lib_nvm.sh \ utils/lib_static.sh \ utils/lib_go.sh \ + utils/lib_redis.sh \ utils/filtron.sh \ utils/searx.sh \ utils/morty.sh \ |