]> Git Repo - qemu.git/commit
qapi: Pass '-u' when doing non-silent diff
authorEric Blake <[email protected]>
Thu, 15 Mar 2018 12:51:16 +0000 (07:51 -0500)
committerEric Blake <[email protected]>
Mon, 19 Mar 2018 19:58:38 +0000 (14:58 -0500)
commit02e3092db3f9b84ed6aae54e3b71d4dc4196c7eb
treecb660c6e52be08eebbf90e28d4756d3674335106
parent7e5c776d15b1fc0cda00c255ba035bdf81dbaa31
qapi: Pass '-u' when doing non-silent diff

Ed-script diffs are awful compared to context diffs.  Fix another
'diff -q' while in the area (if the files are different, being
noisy makes it easier to diagnose why).

While at it, diff .err before .out, because if a test fails, .err
is more likely to contain the most important information for
fixing the failure.

Fixes: 46ec4fce
Signed-off-by: Eric Blake <[email protected]>
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
Message-Id: <20180315125116[email protected]>
tests/Makefile.include
This page took 0.02458 seconds and 4 git commands to generate.