at the end when there is only one failure, since the failure may have occurred
much earlier and the related output may not be visible any longer.
svn path=/main/trunk/; revision=12540
for msg in self._post_mod_echo_msgs:
msg()
- if len(self._failed_pkgs_all) > 1:
+ if len(self._failed_pkgs_all) > 1 or \
+ (self._failed_pkgs_all and "--keep-going" in self.myopts):
msg = "The following packages have " + \
"failed to build or install:"
prefix = bad(" * ")