add verbosity
This commit is contained in:
+1
-3
@@ -67,14 +67,12 @@ do
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
precommit_testing_output=`make -j precommit 2>&1`
|
make -j precommit 2>&1
|
||||||
status_code=$?
|
status_code=$?
|
||||||
if [ $status_code -ne 0 ]
|
if [ $status_code -ne 0 ]
|
||||||
then
|
then
|
||||||
echo "Pre-commit testing for '$commit_hash' failed"
|
echo "Pre-commit testing for '$commit_hash' failed"
|
||||||
echo
|
echo
|
||||||
echo $precommit_testing_output
|
|
||||||
echo
|
|
||||||
|
|
||||||
ok_to_push=0
|
ok_to_push=0
|
||||||
break
|
break
|
||||||
|
|||||||
Reference in New Issue
Block a user