mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
When running ./tools/test-backend, the script to generate fixtures, ./tools/setup/generate-fixtures, looks for a file called migration-status to determine whether it can short circuit doing database migrations. This file got moved as part of the effort to put files in "var," but the existence check was still looking for that file in its old location.