mirror of https://github.com/zulip/zulip.git
populate_db: Fix help text for --test-suite.
This commit is contained in:
parent
7910b9e739
commit
12756b48a0
|
@ -150,7 +150,8 @@ class Command(BaseCommand):
|
||||||
parser.add_argument('--test-suite',
|
parser.add_argument('--test-suite',
|
||||||
default=False,
|
default=False,
|
||||||
action="store_true",
|
action="store_true",
|
||||||
help='Whether to delete all the existing messages.')
|
help='Configures populate_db to create a deterministic '
|
||||||
|
'data set for the backend tests.')
|
||||||
|
|
||||||
def handle(self, **options: Any) -> None:
|
def handle(self, **options: Any) -> None:
|
||||||
if options["percent_huddles"] + options["percent_personals"] > 100:
|
if options["percent_huddles"] + options["percent_personals"] > 100:
|
||||||
|
|
Loading…
Reference in New Issue