use overmind to restart dying test runners

main
Daniel Barlow 2022-12-29 17:21:50 +00:00
parent 5069e6aff1
commit 454f9ae094
2 changed files with 2 additions and 1 deletions

1
.overmind.env Normal file
View File

@ -0,0 +1 @@
OVERMIND_AUTO_RESTART=test

View File

@ -2,4 +2,4 @@ doc/index.html: doc/index.md
pandoc -t html -f gfm < $< > $@
watch:
while true ; do ( find . -type f | entr -d sh test/run.sh ) ;done
find . -type f | entr -c -d sh test/run.sh