From: Michal Sojka Date: Tue, 11 Nov 2014 00:27:33 +0000 (+0100) Subject: Update wvtool X-Git-Tag: 20141111~1 X-Git-Url: https://rtime.felk.cvut.cz/gitweb/novaboot.git/commitdiff_plain/0843e7cd583fe76586d3ed13b8f6e80b8188e487 Update wvtool --- diff --git a/tests/wvtool b/tests/wvtool index e3f0abe..96cb0da 100755 --- a/tests/wvtool +++ b/tests/wvtool @@ -208,6 +208,7 @@ class WvTestLog(list): else: if self.verbosity <= self.Verbosity.NORMAL: self.currentTest.asWvCheckLine('ok').print() + sys.stdout.flush() self.clear() def _newTest(self, testing):