summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHorus32015-05-17 03:32:03 +0200
committerHorus32015-05-17 03:32:03 +0200
commitcc207536d1f8618385d9807906818180cd596777 (patch)
tree0093a6b12994c3d75b2be0abb6a43dae1eb9bf98 /Makefile
parentfeb97c32649dfaa7c98283423125283a53d5dd09 (diff)
downloadfreemail-cc207536d1f8618385d9807906818180cd596777.tar.gz
Improve tests. Fix (major) typos. Include Piwik and it tracks the language.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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=".*"