Regression tests: reenable support for travis.

pull/854/head
Kim Kulling 2016-04-12 18:47:42 +02:00
parent dc22871aef
commit 69aa4655ad
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; \
#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