Update run-fuzzer.sh

This commit is contained in:
Alexander Kuzmenkov 2021-03-18 00:22:36 +03:00 committed by GitHub
parent a3c1096fdb
commit 51cd10c8eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -21,7 +21,7 @@ function clone
# stage.
rm -rf ch ||:
wget -nv -nd -c "https://clickhouse-test-reports.s3.yandex.net/$PR_TO_TEST/$SHA_TO_TEST/repo/clickhouse_no_subs.tar.gz"
tar -xf -C ch --strip-components=1 clickhouse_no_subs.tar.gz
tar -C ch --strip-components=1 -xf clickhouse_no_subs.tar.gz
ls -lath ||:
}