Skip to content

Commit a88b488

Browse files
saikadaramakaisosjupitabep
authored andcommitted
Update watchtestscripts.sh
1 parent d5a8c33 commit a88b488

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

watchtestscripts.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
trap exit SIGINT
44

55
# I use "run tests on save" in my editor.
6-
# Unfortunately, changes to text files does not trigger this. Hence this workaround.
7-
while true; do find testscripts -type f -name "*.txt" | entr -pd touch main_test.go; done
6+
# Unfortunately, changes to text files do not trigger this. Hence this workaround.
7+
while true; do find testscripts -type f -name "*.txt" | entr -pd touch main_test.go; done

0 commit comments

Comments
 (0)