Fixed: Use status from result_checker.py as status of regression test

pull/594/head
Richard 2015-06-30 19:49:02 -06:00
parent 90dd01c848
commit e958d3d42d
1 changed files with 2 additions and 2 deletions

View File

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