]> git.sur5r.net Git - i3/i3/blob - travis/run-tests.sh
travis: check spelling of binaries and manpages, use docker
[i3/i3] / travis / run-tests.sh
1 #!/bin/sh
2 cd testcases
3 # Try running the tests in parallel so that the common case (tests pass) is
4 # quick, but fall back to running them in sequence to make debugging easier.
5 if ! xvfb-run ./complete-run.pl
6 then
7         xvfb-run ./complete-run.pl --parallel=1 || (cat latest/complete-run.log; false)
8 fi