Skip to content
Snippets Groups Projects
Commit 0a65a1dd authored by Matt Mackall's avatar Matt Mackall
Browse files

tests: fix no-diffs option

parent eadcc075
No related merge requests found
...@@ -400,8 +400,8 @@ ...@@ -400,8 +400,8 @@
fail("output changed and returned error code %d" % ret) fail("output changed and returned error code %d" % ret)
else: else:
fail("output changed") fail("output changed")
if not nodiff: if not nodiff:
show_diff(ref_out, out) show_diff(ref_out, out)
ret = 1 ret = 1
elif ret: elif ret:
mark = '!' mark = '!'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment