From f19dadbe97d063e7cfd79f29d1cbe100ce0aaa10 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Tue, 14 Jun 2016 20:27:16 +0200 Subject: [PATCH] Disable regression test suite: shall be run on a separate branch. --- .travis.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.sh b/.travis.sh index c3624a593..fefd5292d 100755 --- a/.travis.sh +++ b/.travis.sh @@ -11,6 +11,6 @@ else && sudo make install \ && sudo ldconfig \ && (cd test/unit; ../../bin/unit) \ - && (cd test/regression; chmod 755 run.py; ./run.py ../../bin/assimp; \ - chmod 755 result_checker.py; ./result_checker.py) + #&& (cd test/regression; chmod 755 run.py; ./run.py ../../bin/assimp; \ + # chmod 755 result_checker.py; ./result_checker.py) fi