From: Ulf Wendel Date: Fri, 12 Oct 2007 12:06:07 +0000 (+0000) Subject: Same as for HEAD: Trying to skip tests if they can't connect to the X-Git-Tag: RELEASE_1_3_1~851 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3a11ec8ba1c8c430b7be4ac1afeae9067aab79eb;p=php Same as for HEAD: Trying to skip tests if they can't connect to the DB server. Note the environment variable MYSQL_TEST_SKIP_CONNECT_FAILURE to control if you want tests that can't connect to fail or to be skipped. --- diff --git a/ext/mysqli/tests/connect.inc b/ext/mysqli/tests/connect.inc index 5db701d93b..9bb9836b72 100644 --- a/ext/mysqli/tests/connect.inc +++ b/ext/mysqli/tests/connect.inc @@ -1,7 +1,7 @@