diff options
author | Sergei Golubchik <sergii@pisem.net> | 2011-03-01 18:31:33 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2011-03-01 18:31:33 +0100 |
commit | 1dfb1e7c787dd263858e782246c3db1765aa947a (patch) | |
tree | a6386a54822447dacfbc1f773eecd348b53f2e1c /mysql-test/suite/sphinx | |
parent | f8a9d13363a8f1eb6ab009bc609f3d61bac63c6b (diff) | |
download | mariadb-git-1dfb1e7c787dd263858e782246c3db1765aa947a.tar.gz |
use mtr_verbose() for debug output in suite.pm files
Diffstat (limited to 'mysql-test/suite/sphinx')
-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)/); |