From: broughtupsy <162842238+broughtupsy@users.noreply.github.com> Date: Mon, 15 Apr 2024 15:44:42 +0000 (+0300) Subject: Update watchtestscripts.sh X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a88b488181279befd50e1d127f9f67604f2f9854;p=brevno-suite%2Fhugo Update watchtestscripts.sh --- diff --git a/watchtestscripts.sh b/watchtestscripts.sh index bf61d0cc3..5c6f90009 100755 --- a/watchtestscripts.sh +++ b/watchtestscripts.sh @@ -3,5 +3,5 @@ trap exit SIGINT # I use "run tests on save" in my editor. -# Unfortunately, changes to text files does not trigger this. Hence this workaround. -while true; do find testscripts -type f -name "*.txt" | entr -pd touch main_test.go; done \ No newline at end of file +# Unfortunately, changes to text files do not trigger this. Hence this workaround. +while true; do find testscripts -type f -name "*.txt" | entr -pd touch main_test.go; done