Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
build: add line break as soon as the tests are done
  • Loading branch information
BridgeAR committed Nov 30, 2018
commit 0b56ab09e54e9b926fef49e9c97a7b0bba48e4b0
2 changes: 1 addition & 1 deletion tools/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ def Starting(self):
pass

def Done(self):
self.PrintProgress('Done')
self.PrintProgress('Done\n')

def AboutToRun(self, case):
self.PrintProgress(case.GetLabel())
Expand Down