]> git.sur5r.net Git - i3/i3/blobdiff - travis/run-tests.sh
travis: fix mk-build-deps call by providing changelog file
[i3/i3] / travis / run-tests.sh
index d8a40d77027e38aab69be908bdf47202a20e1cbb..eac2ea8a37715f340f27e17969419ff55bceb4b0 100755 (executable)
@@ -3,7 +3,7 @@
 set -e
 set -x
 
-cd testcases
+cd build
 
 # TODO: remove this workaround once https://bugs.debian.org/836723 is fixed
 # Found at https://llvm.org/bugs/show_bug.cgi?id=27310#c8:
@@ -26,7 +26,7 @@ fi
 
 # Try running the tests in parallel so that the common case (tests pass) is
 # quick, but fall back to running them in sequence to make debugging easier.
-if ! xvfb-run ./complete-run.pl
+if ! make check
 then
-       xvfb-run ./complete-run.pl --parallel=1 || (cat latest/complete-run.log; false)
+       ./testcases/complete-run.pl --parallel=1 || (cat latest/complete-run.log; false)
 fi