diff --git a/.travis.sh b/.travis.sh index 7534c3f79..53c8392cf 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; \ - #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