This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
build: automatically allocate an X server number in the unit tests.
legacy
Sam Hocevar
sam
11 years ago
parent
16a620d537
commit
756859b6b4
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
build/lol-build
+ 1
- 1
build/lol-build
View File
@@ -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
Write
Preview
Loading…
Cancel
Save