Skip to content

Commit

Permalink
re-run all tests when libs change
Browse files Browse the repository at this point in the history
because all tests use the libs
  • Loading branch information
X1011 committed Oct 28, 2015
1 parent 990eb27 commit 6e2ecc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions watch
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ shopt -s globstar
ls **/*.bats | entr -p bats /_ &

# re-run relevant tests when a source file changes.
echo deploy.sh | entr bats . &
ls lib/*.bash | entr bats lib
echo deploy.sh | entr -p bats . &
ls lib/*.bash | entr bats lib .

0 comments on commit 6e2ecc0

Please sign in to comment.