rubyautotestzentest

What does the autotest autoupdate module do?


https://github.com/seattlerb/zentest/blob/master/lib/autotest/autoupdate.rb

It's not documented and I can't find any discussion about it on the web.


Solution

  • It runs the @@update_cmd (by default: svn up) every @@sleep_time seconds (by default: 60).