From 49e767b0ce9fc8c6cc1fbab6f40e042f0a21a550 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Thu, 12 Mar 2015 17:26:46 +0100 Subject: Make eunit non-verbose by default There is no value in a verbose mode for eunit by default because eunit will print errors of failing tests regardless of what mode is used. Verbose mode only seem to output what modules are tested and what tests pass in those modules, in addition to errors. Disabling verbose will make errors much easier to notice. --- plugins/eunit.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins') diff --git a/plugins/eunit.mk b/plugins/eunit.mk index 3f198cb..ec3228e 100644 --- a/plugins/eunit.mk +++ b/plugins/eunit.mk @@ -23,7 +23,7 @@ TAGGED_EUNIT_TESTS = {dir,"ebin"} $(foreach mod,$(EUNIT_MODS),$(shell echo $(mod endif endif -EUNIT_OPTS ?= verbose +EUNIT_OPTS ?= # Utility functions -- cgit v1.2.3