[libvirt] [PATCH 1/2] test: Refactor setting of dummy error handlers

2013-09-17 Thread Peter Krempa
Multiple tests need to register a function to quiesce errors from libvirt when using a connection and doing negative tests. Each of those tests had a static function to do so. This can be replaced by a utility function that enables the errors when debug is enabledd. This patch adds

Re: [libvirt] [PATCH 1/2] test: Refactor setting of dummy error handlers

2013-09-17 Thread Eric Blake
On 09/17/2013 07:40 AM, Peter Krempa wrote: Multiple tests need to register a function to quiesce errors from libvirt when using a connection and doing negative tests. Each of those tests had a static function to do so. This can be replaced by a utility function that enables the errors when