From c7f67365b7a2aa312198f4b09fcd8c2a87bdf208 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Sun, 23 Apr 2017 22:43:44 +0200 Subject: [PATCH] Revert "DEBUG: cram --debug" This reverts commit d08a3d229cc1a5d16d518678f1c54afde6c8a4ba. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 964104e..80fa338 100644 --- a/Makefile +++ b/Makefile @@ -8,7 +8,7 @@ TEST_SHELL:=zsh test: $(TEST_SHELL) --version - cram --debug --shell=$(TEST_SHELL) tests + cram --shell=$(TEST_SHELL) -v tests itest: cram -i --shell=$(TEST_SHELL) tests