mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Merge pull request #47578 from Enmk/patch-2
Simplify clickhouse-test usage with -b
This commit is contained in:
commit
1d63945604
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user