From 72559f9dd2560b929212bdbdc9ade55298972230 Mon Sep 17 00:00:00 2001 From: broughtupsy <162842238+broughtupsy@users.noreply.github.com> Date: Mon, 15 Apr 2024 18:44:42 +0300 Subject: [PATCH] Update watchtestscripts.sh --- watchtestscripts.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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