jason-o-matic-deep_test 1.2.2.7 → 1.2.2.8
Sign up to get free protection for your applications and to get access to all the features.
@@ -36,7 +36,7 @@ module DeepTest
|
|
36
36
|
|
37
37
|
missing_tests =
|
38
38
|
ResultReader.new(@blackboard).read(tests_by_name) do |test, remote_result|
|
39
|
-
result_times["#{test.method_name}(#{test.class.name})"] = remote_result.time
|
39
|
+
result_times["#{test.method_name}(#{test.class.name}) #{remote_result.host}"] = remote_result.time
|
40
40
|
remote_result.add_to result
|
41
41
|
yield ::Test::Unit::TestCase::FINISHED, test.name if block_given?
|
42
42
|
end
|
data/lib/deep_test/worker.rb
CHANGED