From 35c893da7a4204d57a40083b5aa7a603957c94e9 Mon Sep 17 00:00:00 2001 From: Shrikant Sharat Date: Thu, 7 Jun 2012 15:29:33 +0530 Subject: [PATCH] Always run tests interactively. --- Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 05b55e5..f11dd39 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,4 @@ -.PHONY: tests itests +.PHONY: tests tests: - ZDOTDIR="${PWD}/tests" cram --shell=zsh tests - -itests: ZDOTDIR="${PWD}/tests" cram -i --shell=zsh tests -- 2.0.0