RE: [PATCH weston 6/9] tests: Allow weston-tests-env to process different test types

2012-12-07 Thread Eoff, Ullysses A
-Original Message- From: Kristian Høgsberg [mailto:hoegsb...@gmail.com] Sent: Thursday, December 06, 2012 6:56 PM To: Eoff, Ullysses A Cc: wayland-devel@lists.freedesktop.org Subject: Re: [PATCH weston 6/9] tests: Allow weston-tests-env to process different test types On Tue, Dec 04, 2012

Re: [PATCH weston 6/9] tests: Allow weston-tests-env to process different test types

2012-12-07 Thread Kristian Høgsberg
: Allow weston-tests-env to process different test types On Tue, Dec 04, 2012 at 02:22:12PM -0800, U. Artie Eoff wrote: From: U. Artie Eoff ullysses.a.e...@intel.com The weston-tests-env script needs to be able to handle weston test extension style tests as well as module style tests

RE: [PATCH weston 6/9] tests: Allow weston-tests-env to process different test types

2012-12-07 Thread Eoff, Ullysses A
snip I would be happy with this solution, too. However, I don't see anything here that explicitly tells Weston to exit after the client tests are finished. That is, wl_display_terminate(test-compositor-wl_display). Otherwise, the tests won't finish. Right, we need that in there too,

Re: [PATCH weston 6/9] tests: Allow weston-tests-env to process different test types

2012-12-06 Thread Kristian Høgsberg
On Tue, Dec 04, 2012 at 02:22:12PM -0800, U. Artie Eoff wrote: From: U. Artie Eoff ullysses.a.e...@intel.com The weston-tests-env script needs to be able to handle weston test extension style tests as well as module style tests. This series look good, but I don't like the python dependency

[PATCH weston 6/9] tests: Allow weston-tests-env to process different test types

2012-12-04 Thread U. Artie Eoff
From: U. Artie Eoff ullysses.a.e...@intel.com The weston-tests-env script needs to be able to handle weston test extension style tests as well as module style tests. Signed-off-by: U. Artie Eoff ullysses.a.e...@intel.com --- tests/Makefile.am | 2 +- tests/weston-tests-env | 123