]> rtime.felk.cvut.cz Git - novaboot.git/commitdiff
Update wvtool
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 11 Nov 2014 00:27:33 +0000 (01:27 +0100)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 11 Nov 2014 00:27:33 +0000 (01:27 +0100)
tests/wvtool

index e3f0abe4180a9fdd1fbead6951815a002f66ec1c..96cb0da04820047c9faacef1e69e0b489cf7d03d 100755 (executable)
@@ -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):