Re: [PATCH v2 libinput] test: disable parallel build in test directory

2014-04-23 Thread Jonas Ådahl
On Thu, Apr 24, 2014 at 07:31:10AM +1000, Peter Hutterer wrote: > We depend on device creation on the host system, having the tests run in > parallel runs a risk of random failure. > > Signed-off-by: Peter Hutterer Reviewed-by: Jonas Ådahl > --- > This time the simple version instead of hackin

[PATCH v2 libinput] test: disable parallel build in test directory

2014-04-23 Thread Peter Hutterer
We depend on device creation on the host system, having the tests run in parallel runs a risk of random failure. Signed-off-by: Peter Hutterer --- This time the simple version instead of hacking the AM_MAKEFLAGS. test/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/Makefi