Travis: disable regression test suite.

pull/729/head
Kim Kulling 2015-12-20 20:23:16 +01:00
parent 5847576f41
commit 59c856fcf3
1 changed files with 3 additions and 3 deletions

View File

@ -11,6 +11,6 @@ else
&& sudo make install \
&& sudo ldconfig \
&& (cd test/unit; ../../bin/unit) \
&& (cd test/regression; chmod 755 run.py; ./run.py; \
chmod 755 result_checker.py; ./result_checker.py)
#&& (cd test/regression; chmod 755 run.py; ./run.py; \
#chmod 755 result_checker.py; ./result_checker.py)
fi