ewollesen / autotest-inotify

Teaches autotest to use inotify (on Linux) instead of filesystem polling.
http://kill-0.com/projects/autotest-inotify
MIT License
18 stars 7 forks source link

autotest fast start doesn't work #1

Closed steveyken closed 14 years ago

steveyken commented 14 years ago

Hi,

When I start autotest using "autotest -f" (i.e. because I don't want to run full set of tests, just watch for changes) the test process exits immediately and doesn't wait to watch for new files. I get the output:

"loading autotest/rails_rspec" "style: RailsRspec"

and then the process stops. If I unrequire "inotify" then 'autotest -f' works as expected.

Excellent gem by the way and thanks for writing this.

Regards, Steve :o)

ewollesen commented 14 years ago

I've never used fast start. I'll poke around and see what I can figure out. I'm glad you like the gem. Thank you for the report.

ewollesen commented 14 years ago

This should be fixed in 0.0.2, available now both here and at gemcutter. Let me know if it doesn't work for you.