mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 06:23:38 +00:00
tools: Fix postgres-init-*-db cache handling.
Previously, it didn't properly update the stamp files that determine our caching behavior, so if one ran test-backend afterwards, nothing would happen. A secondary issue that this commit does not fix is that provision will end up rerunning the whole thing.
This commit is contained in:
@@ -2,4 +2,4 @@
|
||||
set -x
|
||||
set -e
|
||||
|
||||
"$(dirname "$0")/postgres-init-dev-db" zulip_test "$("$(dirname "$0")/../../scripts/get-django-setting" LOCAL_DATABASE_PASSWORD)" zulip_test zulip,public
|
||||
"$(dirname "$0")/postgres-init-dev-db" zulip_test "$("$(dirname "$0")/../../scripts/get-django-setting" LOCAL_DATABASE_PASSWORD)" zulip_test zulip,public migration_status_test
|
||||
|
||||
Reference in New Issue
Block a user