提交 a049223a 编写于 作者: M Marc-André Lureau 提交者: Paolo Bonzini

Revert "win32: don't run subprocess tests on Mingw32 platform"

This reverts commit 7ad9339e.

The error "Failed to execute helper program (No such file or directory)"
is due to broken glib installation, missing windows gspawn helpers.
Signed-off-by: NMarc-André Lureau <marcandre.lureau@redhat.com>
Message-Id: <20170104205722.26492-1-marcandre.lureau@redhat.com>
Signed-off-by: NPaolo Bonzini <pbonzini@redhat.com>
上级 6f805823
...@@ -3079,7 +3079,7 @@ fi ...@@ -3079,7 +3079,7 @@ fi
# g_test_trap_subprocess added in 2.38. Used by some tests. # g_test_trap_subprocess added in 2.38. Used by some tests.
glib_subprocess=yes glib_subprocess=yes
if test "$mingw32" = "yes" || ! $pkg_config --atleast-version=2.38 glib-2.0; then if ! $pkg_config --atleast-version=2.38 glib-2.0; then
glib_subprocess=no glib_subprocess=no
fi fi
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册