1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 18:53:33 +02:00
Files
archived-php-src/travis/ext/pgsql/setup.sh
T
2018-10-13 14:17:28 +02:00

4 lines
137 B
Bash
Executable File

#!/bin/bash
echo '
<?php $conn_str .= " user=postgres"; ?>' >> "./ext/pgsql/tests/config.inc"
psql -c 'create database test;' -U postgres