summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2020-03-30 11:03:46 +0200
committerMarkus Heiser <markus.heiser@darmarit.de>2020-03-30 11:03:46 +0200
commit3e4d022d0425e4f7647573c97f105aa5208e5537 (patch)
treedd766844932ba637e3aad4c23ae06f09416abac6 /Makefile
parent5e2b161379420acd39e0474bb7f59545df7e1f3a (diff)
downloadsearxng-3e4d022d0425e4f7647573c97f105aa5208e5537.tar.gz
searxng-3e4d022d0425e4f7647573c97f105aa5208e5537.zip
[fix] make test.sh: fix various shellcheck error messages
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 60d31690c..8fa8e4f85 100644
--- a/Makefile
+++ b/Makefile
@@ -219,6 +219,7 @@ test.pylint: pyenvinstall
# ubu1604: uses shellcheck v0.3.7 (from 04/2015), no longer supported!
test.sh:
+ shellcheck -x -s bash utils/brand.env
shellcheck -x utils/lib.sh
shellcheck -x utils/filtron.sh
shellcheck -x utils/searx.sh