Browse Source

Run tests with verbose output by default

Viktor Söderqvist 6 years ago
parent
commit
80d5d9b082
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Makefile

+ 2 - 1
Makefile

@@ -13,6 +13,7 @@
 
 PROJECT = mysql
 EDOC_OPTS = {stylesheet_file,"priv/edoc-style.css"},{todo,true}
+EUNIT_OPTS = {verbose,true}
 PLT_APPS = crypto ssl inets public_key
 SHELL_PATH = -pa ebin
 
@@ -51,7 +52,7 @@ gh-pages: docs tests-report
 # Build eunit.html containing the coverage report and the test output in the
 # doc directory.
 tests-report: test_command=$(MAKE) --no-print-directory tests COVER=1 \
-              COVER_REPORT_DIR= EUNIT_OPTS={verbose,true}
+              COVER_REPORT_DIR=
 tests-report:
 	@rm -f cover/*.html
 	@$(test_command) | tee tests.output