]> xenbits.xensource.com Git - libvirt.git/commit
scripts: ignore remote protocol checks if pdwtags crashes
authorDaniel P. Berrangé <berrange@redhat.com>
Fri, 6 Dec 2019 17:16:05 +0000 (17:16 +0000)
committerDaniel P. Berrangé <berrange@redhat.com>
Fri, 6 Dec 2019 17:25:23 +0000 (17:25 +0000)
commitfda14dd7821d3e20b1416b90525242b7d4306fe9
tree91cf2c50f68321209f65207d247b16f765afca86
parent8fbd35968beac56a0a386889db2f408667de07ef
scripts: ignore remote protocol checks if pdwtags crashes

On Debian 10, pdwtags reliably segfaults when parsing the libvirt remote
protocol files. This crash was previously ignored by 'make check'
because of the way we piped the pdwtags output to the perl
post-processing scripts. When this was converted to use python it
mistakenly started being a fatal error. We need to explicitly ignore
pdwtags output if it exited with non-zero return code.

Signed-off-by: Daniel P. Berrangé <berrange@redhat.com>
scripts/check-remote-protocol.py