Re: [PATCH wayland] tests: rename NO_ASSERT_LEAK_CHECK

2014-11-26 Thread Bill Spitzak
On 11/26/2014 06:25 AM, Marek Chalupa wrote: On 20 November 2014 at 23:59, Bryce Harrington mailto:br...@osg.samsung.com>> wrote: On Wed, Nov 19, 2014 at 12:00:10PM +0100, Marek Chalupa wrote: > This env variable is used for turning off the leak checks in tests. > Rename it to WA

Re: [PATCH wayland] tests: rename NO_ASSERT_LEAK_CHECK

2014-11-26 Thread Marek Chalupa
On 20 November 2014 at 23:59, Bryce Harrington wrote: > On Wed, Nov 19, 2014 at 12:00:10PM +0100, Marek Chalupa wrote: > > This env variable is used for turning off the leak checks in tests. > > Rename it to WAYLAND_TESTS_NO_LEAK_CHECK, so that it is consistent > > with WAYLAND_TESTS_NO_TIMEOUTS.

Re: [PATCH wayland] tests: rename NO_ASSERT_LEAK_CHECK

2014-11-20 Thread Bryce Harrington
On Wed, Nov 19, 2014 at 12:00:10PM +0100, Marek Chalupa wrote: > This env variable is used for turning off the leak checks in tests. > Rename it to WAYLAND_TESTS_NO_LEAK_CHECK, so that it is consistent > with WAYLAND_TESTS_NO_TIMEOUTS. Should these both be 'WAYLAND_TEST_'? In weston there is alre

[PATCH wayland] tests: rename NO_ASSERT_LEAK_CHECK

2014-11-19 Thread Marek Chalupa
This env variable is used for turning off the leak checks in tests. Rename it to WAYLAND_TESTS_NO_LEAK_CHECK, so that it is consistent with WAYLAND_TESTS_NO_TIMEOUTS. Signed-off-by: Marek Chalupa --- tests/test-runner.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/test