qapi: remove '-q' arg to diff when comparing QAPI output
commit46ec4fcea95204a8e5bab9295cbfaa3606d78dc9
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 16 Jan 2018 13:42:09 +0000 (16 13:42 +0000)
committerEduardo Habkost <ehabkost@redhat.com>
Mon, 5 Feb 2018 21:53:54 +0000 (5 19:53 -0200)
tree5dcebc49967d1462122892bc01ab8cb202bf184d
parent52c4272c6c916a53cde65b997e1a4e891c14dcef
qapi: remove '-q' arg to diff when comparing QAPI output

When the qapi schema tests fail they merely print that the expected
output didn't match the actual output. This is largely useless when
trying diagnose what went wrong. Removing the '-q' arg to diff
means that it is still silent on successful tests, but when it
fails we'll see details of the incorrect output.

Reviewed-by: Eric Blake <eblake@redhat.com>
Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
Message-Id: <20180116134217.8725-7-berrange@redhat.com>
Signed-off-by: Eduardo Habkost <ehabkost@redhat.com>
tests/Makefile.include