|
From: <qh...@us...> - 2010-02-11 12:32:55
|
Revision: 1867
http://edk2-buildtools.svn.sourceforge.net/edk2-buildtools/?rev=1867&view=rev
Author: qhuang8
Date: 2010-02-11 12:32:39 +0000 (Thu, 11 Feb 2010)
Log Message:
-----------
Add log info if build report is successfully generated.
Modified Paths:
--------------
trunk/BaseTools/Source/Python/build/BuildReport.py
Modified: trunk/BaseTools/Source/Python/build/BuildReport.py
===================================================================
--- trunk/BaseTools/Source/Python/build/BuildReport.py 2010-02-11 11:06:13 UTC (rev 1866)
+++ trunk/BaseTools/Source/Python/build/BuildReport.py 2010-02-11 12:32:39 UTC (rev 1867)
@@ -1414,6 +1414,7 @@
try:
for Report in self.ReportList:
Report.GenerateReport(File, BuildDuration, self.ReportType)
+ EdkLogger.quiet("Report successfully saved to %s" % os.path.abspath(self.ReportFile))
except IOError:
EdkLogger.error(None, FILE_WRITE_FAILURE, ExtraData=self.ReportFile)
File.close()
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|