]> git.maquefel.me Git - brevno-suite/hugo/commitdiff
Update watchtestscripts.sh
authorbroughtupsy <162842238+broughtupsy@users.noreply.github.com>
Mon, 15 Apr 2024 15:44:42 +0000 (18:44 +0300)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Wed, 16 Apr 2025 06:28:19 +0000 (08:28 +0200)
watchtestscripts.sh

index bf61d0cc3168be5eb7576678cbf817a79ce075c8..5c6f90009eb51f161c45d874c884702e97a7f231 100755 (executable)
@@ -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