On Mon, Feb 09, 2015 at 09:57:29AM -0600, Derek Foreman wrote: > The replacement xwayland-test should succeed, so we should run it > from distcheck again. > > Signed-off-by: Derek Foreman <[email protected]> Tested-by: Bryce Harrington <[email protected]>
Verified that without this patch, the xwayland test is not invoked, and with it, it is. I'll probably wait on pushing the two patches until I have a successful pass of the test, but both patches LGTM, do what they say they do, and are needed in the release. > --- > Makefile.am | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > > diff --git a/Makefile.am b/Makefile.am > index 589b47b..1864b70 100644 > --- a/Makefile.am > +++ b/Makefile.am > @@ -8,8 +8,7 @@ module_LTLIBRARIES = > noinst_LTLIBRARIES = > BUILT_SOURCES = > > -# Do not run xwayland test while it is known broken. > -AM_DISTCHECK_CONFIGURE_FLAGS = --disable-setuid-install > --disable-xwayland-test > +AM_DISTCHECK_CONFIGURE_FLAGS = --disable-setuid-install > > EXTRA_DIST = weston.ini.in ivi-shell/weston.ini.in > > -- > 2.1.4 > > _______________________________________________ > wayland-devel mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/wayland-devel _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
