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