From fbbf87a85829b6524171d6aca27db67039ab9841 Mon Sep 17 00:00:00 2001 From: Hyoun Jiil Date: Tue, 26 Aug 2014 23:44:49 +0900 Subject: [PATCH] [builder] remove white space of build-cli - that is not neccessary but test Change-Id: Ia5381ddb62f693e8c4c7550b101c8900ca33f6b3 --- build-cli | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build-cli b/build-cli index 19265d1..124ea7c 100755 --- a/build-cli +++ b/build-cli @@ -451,13 +451,13 @@ begin 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 -- 2.34.1