From 756859b6b4d026f1e614beb32fe77eac8a956ce8 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Sun, 24 Feb 2013 17:29:22 +0000 Subject: [PATCH] build: automatically allocate an X server number in the unit tests. --- build/lol-build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/lol-build b/build/lol-build index 669d728b..0668f9d2 100755 --- a/build/lol-build +++ b/build/lol-build @@ -265,7 +265,7 @@ check() # exists, use it to run the test suite. if test "x${MSYSTEM}${DISPLAY}" = x \ && xvfb-run --help 2>&1 >/dev/null; then - xvfb-run make check + xvfb-run -a make check else make check fi