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

The current build is broken because of first_time_run? #12

Closed nviennot closed 13 years ago

nviennot commented 13 years ago

The initializer already ran when entering find_files_to_test, thus @notifier was already initialized. first_time_run? always returns true

onethirtyfive commented 13 years ago

This patch fixed the problem I was having--cucumber would re-run indefinitely. Using gem packaged from nviennot's fork, no more loop. :)

ewollesen commented 13 years ago

Thanks!