adding note at end of build of log directory again for the forgetful

This commit is contained in:
Tully Foote 2009-10-06 00:13:31 +00:00
parent 7e7fe2d04c
commit 9ef84609b2
1 changed files with 4 additions and 0 deletions

View File

@ -370,6 +370,10 @@ class RosMakeAll:
if not self.logging_enabled:
return
self.print_all("Summary output to directory")
self.print_all("%s"%self.log_dir)
if None in self.result.keys():
if len(self.result[None].keys()) > 0:
buildfail_filename = os.path.join(log_dir, "buildfailures.txt")