[Rt-commit] rt branch, 4.0/sphinx-on-mysql-5.5, updated. rt-4.0.18-131-gdc47610
Alex Vandiver
alexmv at bestpractical.com
Thu Dec 26 19:12:16 EST 2013
The branch, 4.0/sphinx-on-mysql-5.5 has been updated
via dc4761012f43f4dabd8e5504c00796470808ca33 (commit)
from 0b4868f0c670535d364b7166f8e2607196425a49 (commit)
Summary of changes:
t/fts/indexed_mysql.t | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit dc4761012f43f4dabd8e5504c00796470808ca33
Author: Alex Vandiver <alexmv at bestpractical.com>
Date: Thu Dec 26 19:12:13 2013 -0500
Default to 127.0.0.1 in tests to work on MySQL 5.5
diff --git a/t/fts/indexed_mysql.t b/t/fts/indexed_mysql.t
index a54382f..0a4f026 100644
--- a/t/fts/indexed_mysql.t
+++ b/t/fts/indexed_mysql.t
@@ -32,7 +32,7 @@ sub setup_indexing {
command => $RT::SbinPath .'/rt-setup-fulltext-index',
dba => $ENV{'RT_DBA_USER'},
'dba-password' => $ENV{'RT_DBA_PASSWORD'},
- url => "sphinx://localhost:$port/rt",
+ url => "sphinx://127.0.0.1:$port/rt",
);
ok(!$exit_code, "setted up index");
diag "output: $output" if $ENV{'TEST_VERBOSE'};
-----------------------------------------------------------------------
More information about the rt-commit
mailing list