mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
add verbosity
This commit is contained in:
parent
f247162255
commit
f52a6a6ae3
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user