lib/testr/server.rb in testr-14.2.0 vs lib/testr/server.rb in testr-14.3.0
- old
+ new
@@ -6,10 +6,10 @@
def quit
throw :testr_server_quit
end
def loop
- (@upstream = STDOUT.dup).sync = true
+ (@client = STDOUT.dup).sync = true
STDOUT.reopen(STDERR).sync = true
catch :testr_server_quit do
while line = STDIN.gets
warn "#{caller[2]} RECV #{line.chomp}" if $DEBUG