##// END OF EJS Templates
run-tests: flush output stream before prompting to accept changes...
Matt Harbison -
r39945:0f8ff3ff default
parent child Browse files
Show More
@@ -1875,6 +1875,7 b' class TestResult(unittest._TextTestResul'
1875 1875 'changes)')
1876 1876 else:
1877 1877 self.stream.write('Accept this change? [n] ')
1878 self.stream.flush()
1878 1879 answer = sys.stdin.readline().strip()
1879 1880 if answer.lower() in ('y', 'yes'):
1880 1881 if test.path.endswith(b'.t'):
General Comments 0
You need to be logged in to leave comments. Login now