change: set -v for sh tests

Signed-off-by: Kevin Morris <kevr@0cost.org>
This commit is contained in:
Kevin Morris 2021-11-21 01:41:10 -08:00
parent e891d7c8e8
commit 39fd3b891e
No known key found for this signature in database
GPG key ID: F7E46DED420788F3

View file

@ -26,6 +26,6 @@ clean:
rm -f ../.coverage
$(T):
@echo "*** $@ ***"; $(SHELL) $@
@echo "*** $@ ***"; $(SHELL) $@ -v
.PHONY: check coverage $(FOREIGN_TARGETS) clean $(T)