test databases: Fix dev/test typo.

This line was changed to the wrong tool by
accident in 23f09fadfa.
This commit is contained in:
Steve Howell 2020-04-28 10:52:56 +00:00 committed by showell
parent d3db174be9
commit 1aaef75bc5

View File

@ -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':