summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-05-12 10:07:06 +0100
committerPaul Buetow <git@mx.buetow.org>2021-05-21 05:11:04 +0100
commit5cab54c35ef2b256b31754fb3df0a376becee897 (patch)
tree61885ac66f781fa00b9087a0e7150492e97e9ee5 /Makefile
parentbdf56f978f490f97e89afb6650e3a1913abd8e28 (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 \