##// END OF EJS Templates
run-tests: fix summary when accepting changes interactively...
Patrick Mezard -
r14867:b601b9eb default
parent child Browse files
Show More
@@ -726,6 +726,7 b' def runone(options, test):'
726 rename(testpath + ".err", testpath)
726 rename(testpath + ".err", testpath)
727 else:
727 else:
728 rename(testpath + ".err", testpath + ".out")
728 rename(testpath + ".err", testpath + ".out")
729 result('p', test)
729 return
730 return
730 result('f', (test, msg))
731 result('f', (test, msg))
731
732
General Comments 0
You need to be logged in to leave comments. Login now