Skip to content

Commit 2418bfc

Browse files
committed
#32: + Mysql config
1 parent 29804ab commit 2418bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run-tests.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ BASE_PATH="$(cd "$(dirname "$0")/tests" && pwd)"
44
RUN_TESTS_PATH="$(cd "$(dirname "$0")/../../" && pwd)/run-tests.php"
55
PHP_EXECUTABLE="$(cd "$(dirname "$0")/../../" && pwd)/sapi/cli/php"
66
export VALGRIND_OPTS="--leak-check=full --track-origins=yes"
7-
export MYSQL_TEST_HOST="localhost"
7+
export MYSQL_TEST_HOST="127.0.0.1"
88
export MYSQL_TEST_PORT="3306"
99
export MYSQL_TEST_USER="root"
1010
export MYSQL_TEST_PASSWD="root"

0 commit comments

Comments
 (0)