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