mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
Fix parse_args() in clickhouse-test
This commit is contained in:
parent
556d5cbeb3
commit
810a624f71
@ -2506,7 +2506,7 @@ def parse_args():
|
||||
help="Do not include tests that are not supported with parallel replicas feature",
|
||||
)
|
||||
|
||||
args = parser.parse_args()
|
||||
return parser.parse_args()
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
Loading…
Reference in New Issue
Block a user