Commit 35c893da7a4204d57a40083b5aa7a603957c94e9

Authored by Shrikant Sharat
1 parent 800268b7c9

Always run tests interactively.

Showing 1 changed file with 1 additions and 4 deletions Inline Diff

1 .PHONY: tests itests 1 .PHONY: tests
2 2
3 tests: 3 tests:
4 ZDOTDIR="${PWD}/tests" cram --shell=zsh tests
5
6 itests:
7 ZDOTDIR="${PWD}/tests" cram -i --shell=zsh tests 4 ZDOTDIR="${PWD}/tests" cram -i --shell=zsh tests
8 5