summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorHorus32015-03-19 16:24:10 +0100
committerHorus32015-03-19 16:24:10 +0100
commite14cf986a916e1a7361b058224ef3badd3aad776 (patch)
treea5ae9b523cd9999bcb51daccb7864298606cac63 /Makefile
parentf334c93c0364d14a2b55641b155ad58f715a4b39 (diff)
downloadfreemail-e14cf986a916e1a7361b058224ef3badd3aad776.tar.gz
OOP. Creates virtual_domains and virtual_users now. Enhanced test suite.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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