jason-o-matic-deep_test 1.2.2.3 → 1.2.2.4
Sign up to get free protection for your applications and to get access to all the features.
@@ -18,7 +18,7 @@ module DeepTest
|
|
18
18
|
if options.sync_options[:push_code]
|
19
19
|
@slaves.each do |slave|
|
20
20
|
DeepTest.logger.debug "sync to: #{slave.inspect}"
|
21
|
-
RSync.sync(slave.
|
21
|
+
RSync.sync(Struct.new(:address).new(URI::parse(slave.__drburi).host), options, options.mirror_path(slave.config[:work_dir]))
|
22
22
|
end
|
23
23
|
else
|
24
24
|
DeepTest.logger.debug "dispatch sync for #{options.origin_hostname}"
|