diff options
author | Christopher Baines <mail@cbaines.net> | 2020-02-24 16:34:53 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-02-24 19:00:46 +0000 |
commit | 1f51ad1baaafd9a2d621a7682900a373356835db (patch) | |
tree | 8a71a571ef436de73454b41fa762637675ab9c18 /Makefile.am | |
parent | 34a92e4c16a93a524f33a301bbc668c511cb5055 (diff) | |
download | data-service-1f51ad1baaafd9a2d621a7682900a373356835db.tar data-service-1f51ad1baaafd9a2d621a7682900a373356835db.tar.gz |
WIP
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index c233372..85c4c32 100644 --- a/Makefile.am +++ b/Makefile.am @@ -145,4 +145,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 |