summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-05-12 10:07:06 +0100
committerPaul Buetow <paul@buetow.org>2021-05-12 10:07:06 +0100
commitc10c16ba69ff74440f03192242741ee2a77d6448 (patch)
treebc8037b680222cd40a146aa827e3a3fd489a999e /Makefile
parent0e4caa074d62c673a26e7b118a9afc6fb1c92ebb (diff)
better logging and better testing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index cdd6f0f8..81cab115 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@ publish:
git commit -a
git push
test: shellcheck
- ./buetow.org.sh --test
+ LOG_VERBOSE=yes ./buetow.org.sh --test
shellcheck:
shellcheck \
--norc \