From cc207536d1f8618385d9807906818180cd596777 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Sun, 17 May 2015 03:32:03 +0200 Subject: Improve tests. Fix (major) typos. Include Piwik and it tracks the language. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index f6aa928..95cb3b5 100644 --- a/Makefile +++ b/Makefile @@ -118,7 +118,7 @@ _run_test: $(_TEST_FILES) touch $@ test_all: import - @FREEMAIL_SMTP_MAILER_MX=localhost FREEMAIL_DB_CREDENTIALS=':memory:' go test $(RACE) $(VERBOSE) $(EXTERNAL) + @FREEMAIL_SMTP_MAILER_MX=localhost.iamfabulous.de FREEMAIL_DB_CREDENTIALS=':memory:' go test $(RACE) $(VERBOSE) $(EXTERNAL) benchmark: import DB_FREEMAIL_LOG=false FREEMAIL_DB_CREDENTIALS=":memory:" go test $(VERBOSE) -bench=".*" -- cgit v1.2.3