mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
6 lines
182 B
Bash
Executable File
6 lines
182 B
Bash
Executable File
#!/usr/bin/env bash
|
|
set -x
|
|
set -e
|
|
|
|
"$(dirname "$0")/postgres-init-dev-db" zulip_test "$("$(dirname "$0")/../bin/get-django-setting" LOCAL_DATABASE_PASSWORD)" zulip_test zulip,public
|