mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-14 19:45:11 +00:00
fix
This commit is contained in:
parent
e319d1c8e7
commit
fc40b5bf70
@ -22,11 +22,10 @@ start=$(date +%s)
|
||||
runtime=$(($(date +%s)-start))
|
||||
echo "Check whitespaces. Done. $runtime seconds."
|
||||
|
||||
# Disabled for praktika integration. To be removed or re-enabled
|
||||
#start=$(date +%s)
|
||||
#./check-workflows |& tee /test_output/workflows_output.txt
|
||||
#runtime=$(($(date +%s)-start))
|
||||
#echo "Check workflows. Done. $runtime seconds."
|
||||
start=$(date +%s)
|
||||
./check-workflows |& tee /test_output/workflows_output.txt
|
||||
runtime=$(($(date +%s)-start))
|
||||
echo "Check workflows. Done. $runtime seconds."
|
||||
|
||||
start=$(date +%s)
|
||||
./check-submodules |& tee /test_output/submodules_output.txt
|
||||
|
Loading…
Reference in New Issue
Block a user