mirror of
https://github.com/zulip/zulip.git
synced 2026-07-15 21:03:26 +08:00
test databases: Fix dev/test typo.
This line was changed to the wrong tool by
accident in 23f09fadfa.
This commit is contained in:
parent
d3db174be9
commit
1aaef75bc5
@ -269,7 +269,7 @@ def update_test_databases_if_required(rebuild_test_database: bool=False) -> None
|
||||
test_template_db_status = TEST_DATABASE.template_status()
|
||||
|
||||
if test_template_db_status == 'needs_rebuild':
|
||||
run(['tools/rebuild-dev-database'])
|
||||
run(['tools/rebuild-test-database'])
|
||||
return
|
||||
|
||||
if test_template_db_status == 'run_migrations':
|
||||
|
||||
Loading…
Reference in New Issue
Block a user