Skip to content

Commit c864978

Browse files
authored
Merge pull request #1 from xogoodnow/xogoodnow-patch-1
Update clickhouse-test
2 parents 3b49ccc + 65934b5 commit c864978

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/clickhouse-test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2950,7 +2950,7 @@ def parse_args():
29502950

29512951
parser.add_argument("--extract_from_config", help="extract-from-config program")
29522952
parser.add_argument(
2953-
"--configclient", help="Client config (if you use not default ports)"
2953+
"--configclient", help="Client config (if you do not use default ports)"
29542954
)
29552955
parser.add_argument(
29562956
"--configserver",
@@ -2970,7 +2970,7 @@ def parse_args():
29702970
parser.add_argument(
29712971
"--global_time_limit",
29722972
type=int,
2973-
help="Stop if executing more than specified time (after current test finished)",
2973+
help="Stop if executing more than specified time (after current test is finished)",
29742974
)
29752975
parser.add_argument("test", nargs="*", help="Optional test case name regex")
29762976
parser.add_argument(

0 commit comments

Comments
 (0)