]> git.sur5r.net Git - i3/i3/commitdiff
Docs: add hint to use xvfb-run 1486/head
authorTony Crisci <tony@dubstepdish.com>
Sat, 21 Feb 2015 21:36:24 +0000 (16:36 -0500)
committerTony Crisci <tony@dubstepdish.com>
Sat, 21 Feb 2015 21:36:24 +0000 (16:36 -0500)
Document that Xvfb can be used to run tests without an X server, and be
used to significantly speed up tests on machines with slow video cards.

docs/testsuite

index 61a7221962af1161010cd23d7440fb549733874f..29a352185da2f2f39ec2e24cf47224671fda86d6 100644 (file)
@@ -107,6 +107,11 @@ containing the appropriate i3 logfile for each testcase. The latest folder can
 always be found under the symlink +latest/+. Unless told differently, it will
 run the tests on a separate X server instance (using Xephyr).
 
+Xephyr will open a window where you can inspect the running test. You can run
+the tests without an X session with Xvfb, such as with +xvfb-run
+./complete-run+. This will also speed up the tests signficantly especially on
+machines without a powerful video card.
+
 .Example invocation of complete-run.pl+
 ---------------------------------------
 $ cd ~/i3/testcases