Dirty fix fasttest after addressing CVE-2022-24765

This commit is contained in:
Mikhail f. Shiryaev 2022-04-13 13:36:28 +02:00
parent 96a73a3392
commit 51685e0956
No known key found for this signature in database
GPG Key ID: 4B02ED204C7D93F4

View File

@ -115,6 +115,7 @@ function start_server
function clone_root
{
git config --global --add safe.directory "$FASTTEST_SOURCE"
git clone --depth 1 https://github.com/ClickHouse/ClickHouse.git -- "$FASTTEST_SOURCE" 2>&1 | ts '%Y-%m-%d %H:%M:%S' | tee "$FASTTEST_OUTPUT/clone_log.txt"
(