[libvirt PATCH 0/2] tests: Improve macOS stat() mocking logic

Andrea Bolognani posted 2 patches 3 years, 2 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20210204095356.160505-1-abologna@redhat.com
tests/virmockstathelpers.c | 75 ++++++++++++++++++++++----------------
1 file changed, 43 insertions(+), 32 deletions(-)
[libvirt PATCH 0/2] tests: Improve macOS stat() mocking logic
Posted by Andrea Bolognani 3 years, 2 months ago
See 2/2 for more information.

Andrea Bolognani (2):
  tests: Split macOS stat() mocking logic
  tests: Improve macOS stat() mocking logic

 tests/virmockstathelpers.c | 75 ++++++++++++++++++++++----------------
 1 file changed, 43 insertions(+), 32 deletions(-)

-- 
2.26.2


Re: [libvirt PATCH 0/2] tests: Improve macOS stat() mocking logic
Posted by Michal Privoznik 3 years, 2 months ago
On 2/4/21 10:53 AM, Andrea Bolognani wrote:
> See 2/2 for more information.
> 
> Andrea Bolognani (2):
>    tests: Split macOS stat() mocking logic
>    tests: Improve macOS stat() mocking logic
> 
>   tests/virmockstathelpers.c | 75 ++++++++++++++++++++++----------------
>   1 file changed, 43 insertions(+), 32 deletions(-)
> 

Reviewed-by: Michal Privoznik <mprivozn@redhat.com>

Michal