Sha256: bc72565408fcac851e599bbefcaba0ec8f97b0f262bcc63e2c07ea7ef5f3c6ac
Contents?: true
Size: 455 Bytes
Versions: 24
Compression:
Stored size: 455 Bytes
Contents
require File.dirname(__FILE__) + "/../../lib/deep_test" require 'drb/drb' require 'optparse' config = DeepTest::Distributed::TestServer.parse_args(ARGV) # # Clear args so they won't be processed in any forked processes. # - When specs are loaded by the RemoteWorkerServer, RSpec # attempts to parse ARGV # ARGV.clear begin DeepTest::Distributed::TestServer.start(config) rescue Interrupt DeepTest.logger.info "Exiting due to Interrupt" end
Version data entries
24 entries across 24 versions & 4 rubygems