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. --- a_test.go | 3 +++ 1 file changed, 3 insertions(+) (limited to 'a_test.go') diff --git a/a_test.go b/a_test.go index debcddb..ac16340 100644 --- a/a_test.go +++ b/a_test.go @@ -3,9 +3,12 @@ package main import ( + "flag" "testing" ) +var testExternal = flag.Bool("external", false, "allow use of external networks during long test") + func TestMain(t *testing.T) { InitDB() } -- cgit v1.2.3