Method: DeepTest::Distributed::TestServer#sync
- Defined in:
- lib/deep_test/distributed/test_server.rb
#sync(options) ⇒ Object
29 30 31 32 33 34 |
# File 'lib/deep_test/distributed/test_server.rb', line 29 def sync() DeepTest.logger.debug "mirror sync for #{.origin_hostname}" path = .mirror_path(@config[:work_dir]) DeepTest.logger.debug "Syncing #{.[:source]} to #{path}" RSync.sync(DRbClientConnectionInfo.new, , path) end |