Skip to content

Commit 6e2ecc0

Browse files
committed
re-run all tests when libs change
because all tests use the libs
1 parent 990eb27 commit 6e2ecc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

watch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ shopt -s globstar
77
ls **/*.bats | entr -p bats /_ &
88

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

0 commit comments

Comments
 (0)