From: Eric S. Raymond Date: Sun, 7 Apr 2013 21:02:28 +0000 (-0400) Subject: Document fixes and workarounds for test failures. X-Git-Tag: 4.6~49 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=adc16f0e90acd678cea13ec8408f9a66accbd902;p=i3%2Fi3 Document fixes and workarounds for test failures. --- diff --git a/docs/testsuite b/docs/testsuite index 9b7485bb..6c3a36d9 100644 --- a/docs/testsuite +++ b/docs/testsuite @@ -143,6 +143,16 @@ Result: PASS $ less latest/i3-log-for-04-floating.t ---------------------------------------- +If your attempt to run the tests with a bare call to ./complete-run.pl fails, try this: + +--------------------------------------------------- +$ ./complete-run.pl --parallel=1 --keep-xdummy-output +--------------------------------------------------- + +One common cause of failures is not having the X dummy server module +installed. Under Debian and Ubuntu this is the package ++xserver-xorg-video-dummy+. + ==== IPC interface The testsuite makes extensive use of the IPC (Inter-Process Communication)