diff options
-rw-r--r-- | mysql-test/suite/sphinx/suite.pm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mysql-test/suite/sphinx/suite.pm b/mysql-test/suite/sphinx/suite.pm index 0dd1da9fa5a..e708b12faea 100644 --- a/mysql-test/suite/sphinx/suite.pm +++ b/mysql-test/suite/sphinx/suite.pm @@ -29,9 +29,8 @@ return "No SphinxSE" unless $ENV{HA_SPHINX_SO} or { local $_ = `"$exe_sphinx_searchd" --help`; - print "tool: $exe_sphinx_searchd\n"; + mtr_verbose("tool: $exe_sphinx_searchd\n$_"); my $ver = sprintf "%04d.%04d.%04d", (/([0-9]+)\.([0-9]+)\.([0-9]+)/); - print $ver; if ($ver eq "0000.0000.0000") { $ver = sprintf "%04d.%04d", (/([0-9]+)\.([0-9]+)-(alpha|beta|gamma|RC)/); |