We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d69905 commit 2934fcbCopy full SHA for 2934fcb
bin/watch-test
@@ -20,7 +20,7 @@ function autotest() {
20
21
if [[ ${changed_lines[@]} ]]
22
then
23
- echo $1:$(colon_join $changed_lines)
+ echo $1 #:$(colon_join $changed_lines)
24
else
25
echo $1
26
fi
@@ -65,4 +65,4 @@ function autotest() {
65
export -f autotest
66
67
echo Watching tests...
68
-fswatch -0 -e ".*" -i "^[^#]*\.rb$" . | xargs -0 -n 1 -I % bash -c 'autotest %'
+fswatch --event Updated -0 -e ".*" -i "^[^#]*\.rb$" . | xargs -0 -n 1 -I % bash -c 'autotest %'
0 commit comments