aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2024-01-14 14:29:32 +0100
committerGuido Günther <agx@sigxcpu.org>2024-01-14 14:33:27 +0100
commitef0211c5639259f504e49b947cf1c6896b78de16 (patch)
treea2adbbe4bcc490cd01cc7cdae9ff5685306c847d
parent81a2dd5532e4b303fb369ca6319570f7f1cf5d6d (diff)
tests: shellcheck packaging-in-container too
Now that is passes let's make sure it stays that way.
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 81a0d913..cc20ea04 100644
--- a/Makefile
+++ b/Makefile
@@ -3,6 +3,10 @@ FLAKE_OPTS=$(shell test -w /dev/shm || echo '-j1')
NOSE_OPTS=--with-xcoverage
TEST_LOCALE?=C.UTF-8
+SH_SCRIPTS = \
+ packaging/run-in-container \
+ $(NULL)
+
all: syntax-check test
all+net:
@@ -30,6 +34,7 @@ shell-check:
zsh debian/zsh/_gbp
@echo "# Validating bash completion"
shellcheck --shell=bash debian/git-buildpackage.bash-completion
+ shellcheck $(SH_SCRIPTS)
docs:
$(MAKE) -C docs