From 8ff043296c63731047b4d564f881ca6627b522c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= Date: Fri, 10 Jun 2022 23:08:59 +0200 Subject: Add verbose toggle to tests. Also change DEBUG to 1, no difference. But 0 for true felt wrong --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index ed335145..256bd820 100644 --- a/Makefile +++ b/Makefile @@ -72,7 +72,7 @@ README: README.in ./main text < README.in | sed "s/<>/`date -I`/" > README lcov.info: $(GO_FILES) - env DEBUG=1 tests/run-tests.scm --coverage=$@ + env DEBUG=0 tests/run-tests.scm --coverage=$@ test: coverage @@ -85,4 +85,4 @@ coverage: lcov.info genhtml $(GENHTML_FLAGS) --output-directory $@ $< check: - tests/run-tests.scm --skip $(PWD)/tests/test/web-server.scm + tests/run-tests.scm $(if $(VERBOSE),--verbose) --skip $(PWD)/tests/test/web-server.scm -- cgit v1.2.3