diff options
-rw-r--r-- | bitbake/lib/bb/ui/knotty.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bitbake/lib/bb/ui/knotty.py b/bitbake/lib/bb/ui/knotty.py index 85a71f45ec..08c872e397 100644 --- a/bitbake/lib/bb/ui/knotty.py +++ b/bitbake/lib/bb/ui/knotty.py | |||
@@ -186,6 +186,7 @@ class TerminalFilter(object): | |||
186 | lines = self.footer_present | 186 | lines = self.footer_present |
187 | sys.stdout.write(self.curses.tparm(self.cuu, lines)) | 187 | sys.stdout.write(self.curses.tparm(self.cuu, lines)) |
188 | sys.stdout.write(self.curses.tparm(self.ed)) | 188 | sys.stdout.write(self.curses.tparm(self.ed)) |
189 | sys.stdout.flush() | ||
189 | self.footer_present = False | 190 | self.footer_present = False |
190 | 191 | ||
191 | def updateFooter(self): | 192 | def updateFooter(self): |
@@ -568,6 +569,7 @@ def main(server, eventHandler, params, tf = TerminalFilter): | |||
568 | main.shutdown = 2 | 569 | main.shutdown = 2 |
569 | return_value = 1 | 570 | return_value = 1 |
570 | try: | 571 | try: |
572 | termfilter.clearFooter() | ||
571 | summary = "" | 573 | summary = "" |
572 | if taskfailures: | 574 | if taskfailures: |
573 | summary += pluralise("\nSummary: %s task failed:", | 575 | summary += pluralise("\nSummary: %s task failed:", |