remove white space of build-cli
- that is not neccessary but test
Change-Id: Ia5381ddb62f693e8c4c7550b101c8900ca33f6b3
result = JobLog.monitor(bs_ip, bs_port, job_id) do |line,status,errmsg|
job_status = status
job_error = errmsg
- if line.nil? then
- next
+ if line.nil? then
+ next
end
category, level, contents = JobLog.parse_log(line)
if level < Log::LV_USER then next end
-
+
if category == "INFO" then
puts "Info: #{contents}"
elsif category == "WARN" then