mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 23:21:59 +00:00
Use the same features for black check
This commit is contained in:
parent
54fae360f0
commit
952b6b8514
@ -4,9 +4,11 @@ cd /ClickHouse/utils/check-style || echo -e "failure\tRepo not found" > /test_ou
|
||||
|
||||
start_total=`date +%s`
|
||||
|
||||
# FIXME: 1 min to wait + head checkout
|
||||
echo "Check python formatting with black" | ts
|
||||
start=`date +%s`
|
||||
echo "Check " | ts
|
||||
./check-black -n |& tee /test_output/black_output.txt
|
||||
runtime=$((`date +%s`-start))
|
||||
echo "Check python formatting with black. Done. $runtime seconds."
|
||||
|
||||
start=`date +%s`
|
||||
./check-pylint -n |& tee /test_output/pylint_output.txt
|
||||
|
Loading…
Reference in New Issue
Block a user