From 410504e069d37c522dca6bf820e9fc4cea2de871 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Fri, 20 Mar 2015 17:30:11 +0100 Subject: Check if domain points to mail server. Add http handler to create a new entry. --- main_test.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'main_test.go') diff --git a/main_test.go b/main_test.go index dfb296e..46cdf44 100644 --- a/main_test.go +++ b/main_test.go @@ -6,8 +6,11 @@ package main import ( "os" "testing" + "flag" ) +var testExternal = flag.Bool("external", false, "allow use of external networks during long test") + func TestMain(m *testing.M) { InitDB() os.Exit(m.Run()) -- cgit v1.2.3