Re: [PATCH wayland] tests: Use unique XDG_RUNTIME_DIR

2016-11-10 Thread Pekka Paalanen
On Thu, 10 Nov 2016 11:14:03 + Daniel Stone wrote: > Rather than using a hardcoded 'wayland-tests' directory under > the existing XDG_RUNTIME_DIR to use as the new runtime dir, use mkdtemp > to guarantee uniqueness. This fixes make -jN check, as well as just > happening to run 'make check' tw

[PATCH wayland] tests: Use unique XDG_RUNTIME_DIR

2016-11-10 Thread Daniel Stone
Rather than using a hardcoded 'wayland-tests' directory under the existing XDG_RUNTIME_DIR to use as the new runtime dir, use mkdtemp to guarantee uniqueness. This fixes make -jN check, as well as just happening to run 'make check' twice from the same session. Signed-off-by: Daniel Stone Reported