[libvirt PATCHv2 0/2] esx: fix race when building tests

Ján Tomko posted 2 patches 3 years, 7 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1600857365.git.jtomko@redhat.com
scripts/esx_vi_generator.py | 161 ++++++++++++++++++++----------------
src/esx/meson.build         |  34 ++++++--
tests/meson.build           |   2 +-
3 files changed, 120 insertions(+), 77 deletions(-)
[libvirt PATCHv2 0/2] esx: fix race when building tests
Posted by Ján Tomko 3 years, 7 months ago
v1:
https://www.redhat.com/archives/libvir-list/2020-September/msg01196.html

Ján Tomko (2):
  esx: separate header and source file generation
  tests: esxutilstest: depend on esx_gen_headers

 scripts/esx_vi_generator.py | 161 ++++++++++++++++++++----------------
 src/esx/meson.build         |  34 ++++++--
 tests/meson.build           |   2 +-
 3 files changed, 120 insertions(+), 77 deletions(-)

-- 
2.26.2

Re: [libvirt PATCHv2 0/2] esx: fix race when building tests
Posted by Pavel Hrdina 3 years, 7 months ago
On Wed, Sep 23, 2020 at 12:36:49PM +0200, Ján Tomko wrote:
> v1:
> https://www.redhat.com/archives/libvir-list/2020-September/msg01196.html
> 
> Ján Tomko (2):
>   esx: separate header and source file generation
>   tests: esxutilstest: depend on esx_gen_headers

Reviewed-by: Pavel Hrdina <phrdina@redhat.com>