From e14cf986a916e1a7361b058224ef3badd3aad776 Mon Sep 17 00:00:00 2001 From: Horus3 Date: Thu, 19 Mar 2015 16:24:10 +0100 Subject: OOP. Creates virtual_domains and virtual_users now. Enhanced test suite. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4e92af6..60270b1 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,7 @@ pack: gen_config test: import FREEMAIL_DB_CREDENTIALS=":memory:" go test $(RACE) $(VERBOSE) #-tags general - make clean + @(rm $(IMPORT_FILE) 2>/dev/null && echo "Removing import file..." ) || true test_all: import FREEMAIL_DB_CREDENTIALS=":memory:" go test $(RACE) $(VERBOSE) -v -tags all -- cgit v1.2.3