소스 검색

build: automatically allocate an X server number in the unit tests.

legacy
Sam Hocevar sam 12 년 전
부모
커밋
756859b6b4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      build/lol-build

+ 1
- 1
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


불러오는 중...
취소
저장