From 6050f0f3ebd5dbf99f157489958db49a7559f95e Mon Sep 17 00:00:00 2001 From: Thomas VIAL Date: Sun, 14 Aug 2016 23:37:16 +0200 Subject: [PATCH] Refactored. --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 116840cc..6f68372d 100644 --- a/Makefile +++ b/Makefile @@ -55,7 +55,9 @@ fixtures: tests: # Start tests - ./test/bats/bats test/tests.bats + if [ -z $ENABLE_POP3 ]; then + ./test/bats/bats test/ENABLE_POP3.bats + fi clean: # Remove running test container