add verbosity

This commit is contained in:
e.gavrin 2014-08-05 14:31:02 +04:00
parent f247162255
commit f52a6a6ae3

View File

@ -67,14 +67,12 @@ do
exit 1
fi
precommit_testing_output=`make -j precommit 2>&1`
make -j precommit 2>&1
status_code=$?
if [ $status_code -ne 0 ]
then
echo "Pre-commit testing for '$commit_hash' failed"
echo
echo $precommit_testing_output
echo
ok_to_push=0
break