Fix the output for shellcheck

This commit is contained in:
Mikhail f. Shiryaev 2024-04-18 16:12:41 +02:00
parent 7525b2acf4
commit 1dd97b4c15
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -5,7 +5,7 @@ cd /ClickHouse/utils/check-style || echo -e "failure\tRepo not found" > /test_ou
start_total=$(date +%s)
start=$(date +%s)
./shellcheck-run.sh |& tee /test_output/shellcheck.txt
./shellcheck-run.sh |& tee /test_output/shellcheck_output.txt
runtime=$(($(date +%s)-start))
echo "Check shellcheck. Done. $runtime seconds."