X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=travis%2Frun-tests.sh;h=44df81d2ffbdf257fdb0c428999290c56c711db5;hb=54d61b510da60c2150ebd1d34855c286e2977a25;hp=d8a40d77027e38aab69be908bdf47202a20e1cbb;hpb=086276b32950e26117493d884a0526709d9be8b5;p=i3%2Fi3 diff --git a/travis/run-tests.sh b/travis/run-tests.sh index d8a40d77..44df81d2 100755 --- a/travis/run-tests.sh +++ b/travis/run-tests.sh @@ -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 ! xvfb-run make check then - xvfb-run ./complete-run.pl --parallel=1 || (cat latest/complete-run.log; false) + xvfb-run ./testcases/complete-run.pl --parallel=1 || (cat latest/complete-run.log; false) fi