##// END OF EJS Templates
run-tests: explicitly flush test runner output for Windows stability...
Matt Harbison -
r32907:bd77ac2b default
parent child Browse files
Show More
@@ -2010,6 +2010,7 b' class TextTestRunner(unittest.TextTestRu'
2010 os.environ['PYTHONHASHSEED'])
2010 os.environ['PYTHONHASHSEED'])
2011 if self._runner.options.time:
2011 if self._runner.options.time:
2012 self.printtimes(result.times)
2012 self.printtimes(result.times)
2013 self.stream.flush()
2013
2014
2014 return result
2015 return result
2015
2016
General Comments 0
You need to be logged in to leave comments. Login now