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