mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
Move tools/install-phantomjs to tools/setup/.
This commit is contained in:
5
tools/setup/postgres-init-test-db
Executable file
5
tools/setup/postgres-init-test-db
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user