Commit 35c893da7a4204d57a40083b5aa7a603957c94e9

Authored by Shrikant Sharat
1 parent 800268b7c9

Always run tests interactively.

Showing 1 changed file with 1 additions and 4 deletions Side-by-side Diff

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