equal
deleted
inserted
replaced
724 if answer.lower() in "y yes".split(): |
724 if answer.lower() in "y yes".split(): |
725 if test.endswith(".t"): |
725 if test.endswith(".t"): |
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 |
732 def success(): |
733 def success(): |
733 result('p', test) |
734 result('p', test) |