[PATCH weston v2 6/6] tests: Properly report skipped tests

2014-02-07 Thread Emilio Pozuelo Monfort
From: Emilio Pozuelo Monfort We were calling exit(0) when tests were skipped, which counted them as passed instead of skipped. Fix this by properly exiting with 77 (which is what automake expects for skipped tests) from the tests themselves, then returning 77 again from weston-test-runner if all

Re: [PATCH weston v2 6/6] tests: Properly report skipped tests

2014-02-18 Thread Kristian Høgsberg
On Fri, Feb 07, 2014 at 09:34:48AM +0100, Emilio Pozuelo Monfort wrote: > From: Emilio Pozuelo Monfort > > We were calling exit(0) when tests were skipped, which counted > them as passed instead of skipped. Fix this by properly exiting > with 77 (which is what automake expects for skipped tests)

Re: [PATCH weston v2 6/6] tests: Properly report skipped tests

2014-02-07 Thread Pekka Paalanen
On Fri, 7 Feb 2014 09:34:48 +0100 Emilio Pozuelo Monfort wrote: > From: Emilio Pozuelo Monfort > > We were calling exit(0) when tests were skipped, which counted > them as passed instead of skipped. Fix this by properly exiting > with 77 (which is what automake expects for skipped tests) from