From cb353d2c82af29b23b43790daa265da37ac66060 Mon Sep 17 00:00:00 2001 From: Christopher Baines Date: Thu, 27 Feb 2020 21:11:27 +0000 Subject: [PATCH] Make the test output more verbose --- Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 3f1e117..d1e8ab6 100644 --- a/Makefile.am +++ b/Makefile.am @@ -146,4 +146,4 @@ SCM_LOG_DRIVER = $(top_builddir)/test-env \ $(GUILE) --no-auto-compile -e main \ $(top_srcdir)/build-aux/test-driver.scm -AM_SCM_LOG_DRIVER_FLAGS = --brief=yes +# AM_SCM_LOG_DRIVER_FLAGS = --brief=yes