mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
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.
6 lines
211 B
Bash
Executable File
6 lines
211 B
Bash
Executable File
#!/usr/bin/env bash
|
|
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 migration_status_test
|