Fix fasttest

This commit is contained in:
Nikita Fomichev 2024-07-03 23:13:50 +02:00
parent a19eb86864
commit c4005d7e06

View File

@ -84,6 +84,8 @@ function start_server
echo "ClickHouse server pid '$server_pid' started and responded"
}
export -f start_server
function clone_root
{
[ "$UID" -eq 0 ] && git config --global --add safe.directory "$FASTTEST_SOURCE"