Disable regression test suite: shall be run on a separate branch.

pull/917/head
Kim Kulling 2016-06-14 20:27:16 +02:00
parent 950eb7ef9a
commit f19dadbe97
1 changed files with 2 additions and 2 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 ../../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