[Wayland-bugs] [Bug 62871] weston kms unit test execution broken due to new execution procedure
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Thu Mar 28 16:03:48 PDT 2013
https://bugs.freedesktop.org/show_bug.cgi?id=62871
Brian Lovin <brian.j.lovin at intel.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|VERIFIED |REOPENED
Resolution|NOTABUG |---
--- Comment #2 from Brian Lovin <brian.j.lovin at intel.com> ---
This is a bug - it can be resolved with an easy patch; but it opens up another
bug as an issue to running the unit tests: bug #61877
Each unit test attempts to run the approximate equivalent of the following:
WESTON_TEST_CLIENT_PATH=$SOMEPATH/button-test weston
--modules=$SOMEPATH/.libs/weston-test.so
The patch changes this to be:
WESTON_TEST_CLIENT_PATH=$SOMEPATH/button-test weston-launch --
--modules=$SOMEPATH/.libs/weston-test.so
The WESTON_TEST_CLIENT_PATH var doesn't get passed to Weston and the test is
never run. (bug #61877)
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/wayland-bugs/attachments/20130328/2d134cd6/attachment.html>
More information about the Wayland-bugs
mailing list