summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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