Merge pull request #47578 from Enmk/patch-2

Simplify clickhouse-test usage with -b
This commit is contained in:
Alexey Milovidov 2023-03-15 14:51:05 +03:00 committed by GitHub
commit 1d63945604
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2246,7 +2246,8 @@ def parse_args():
parser.add_argument(
"-b",
"--binary",
default=find_binary("clickhouse"),
default="clickhouse",
type=find_binary,
help="Path to clickhouse binary or name of binary in PATH",
)
parser.add_argument(