diff --git a/bin/watch-test b/bin/watch-test index d332511..c479a3e 100755 --- a/bin/watch-test +++ b/bin/watch-test @@ -14,6 +14,6 @@ echo 'Press Space or edit a file to run tests' # I specifically want the command to expand here. # # shellcheck disable=SC2068 -until fd . "${dir}" | entr -cdp ${cmd[@]}; do +until fd . "${dir}" | entr -cdpr ${cmd[@]}; do echo 'Press Space or edit a file to re-run tests' done