setup.sh 138 B

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