##// END OF EJS Templates
tests: fix no-diffs option
Matt Mackall -
r7529:0a65a1dd default
parent child Browse files
Show More
@@ -400,8 +400,8 b' def run_one(test, skips, fails):'
400 fail("output changed and returned error code %d" % ret)
400 fail("output changed and returned error code %d" % ret)
401 else:
401 else:
402 fail("output changed")
402 fail("output changed")
403 if not nodiff:
403 if not nodiff:
404 show_diff(ref_out, out)
404 show_diff(ref_out, out)
405 ret = 1
405 ret = 1
406 elif ret:
406 elif ret:
407 mark = '!'
407 mark = '!'
General Comments 0
You need to be logged in to leave comments. Login now