[LNT] r238971 - Fixup print statements
Chris Matthews
cmatthews5 at apple.com
Wed Jun 3 14:01:40 PDT 2015
Author: cmatthews
Date: Wed Jun 3 16:01:40 2015
New Revision: 238971
URL: http://llvm.org/viewvc/llvm-project?rev=238971&view=rev
Log:
Fixup print statements
Modified:
lnt/trunk/lnt/server/reporting/dailyreport.py
Modified: lnt/trunk/lnt/server/reporting/dailyreport.py
URL: http://llvm.org/viewvc/llvm-project/lnt/trunk/lnt/server/reporting/dailyreport.py?rev=238971&r1=238970&r2=238971&view=diff
==============================================================================
--- lnt/trunk/lnt/server/reporting/dailyreport.py (original)
+++ lnt/trunk/lnt/server/reporting/dailyreport.py Wed Jun 3 16:01:40 2015
@@ -219,8 +219,7 @@ class DailyReport(object):
# If the result is not "interesting", ignore this machine.
if not cr.is_result_interesting():
continue
- else:
- print test.name.split("/")[-1], repr(cr), cr.pct_delta
+
# Otherwise, compute the results for all the days.
day_results = [cr]
for i in range(1, self.num_prior_days_to_include):
More information about the llvm-commits
mailing list