Fix parse_args() in clickhouse-test

This commit is contained in:
Azat Khuzhin 2023-02-15 22:19:41 +01:00
parent 556d5cbeb3
commit 810a624f71

View File

@ -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__":