mirror of
https://github.com/php/php-src.git
synced 2024-11-26 19:33:55 +08:00
cf3d3cd86f
Note that the PostgreSQL tests still don't work on some architectures. Closes GH-5607.
5 lines
70 B
Bash
Executable File
5 lines
70 B
Bash
Executable File
#!/bin/sh
|
|
set -ev
|
|
|
|
mysql -vvv -e "CREATE DATABASE IF NOT EXISTS test"
|