bin: Restart servers from watch-test
This commit is contained in:
parent
e0e3d7030a
commit
5be610f2dc
1 changed files with 1 additions and 1 deletions
|
|
@ -14,6 +14,6 @@ echo 'Press Space or edit a file to run tests'
|
||||||
# I specifically want the command to expand here.
|
# I specifically want the command to expand here.
|
||||||
#
|
#
|
||||||
# shellcheck disable=SC2068
|
# 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'
|
echo 'Press Space or edit a file to re-run tests'
|
||||||
done
|
done
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue