# File lib/deep_test/options.rb, line 76
76:     def mirror_path(base)
77:       raise "No source directory specified in sync_options" unless sync_options[:source]
78:       relative_mirror_path = origin_hostname + sync_options[:source].gsub('/','_')
79:       "#{base}/#{relative_mirror_path}"
80:     end