ruby - What does the autotest autoupdate module do? -
https://github.com/seattlerb/zentest/blob/master/lib/autotest/autoupdate.rb
it's not documented , can't find discussion on web.
it runs @@update_cmd (by default: svn up) every @@sleep_time seconds (by default: 60).
Comments
Post a Comment