diff options
author | unknown <msvensson@pilot.mysql.com> | 2008-02-28 18:55:46 +0100 |
---|---|---|
committer | unknown <msvensson@pilot.mysql.com> | 2008-02-28 18:55:46 +0100 |
commit | 5435b66b9141bc095d071ba536b83c6b9ca081ec (patch) | |
tree | ae72ed95bb9cb615544eae4769fe85a7d84440c3 /mysql-test/lib/mtr_report.pm | |
parent | 3320c165cf0c58938a5dd4ac6235b7d48030fc6c (diff) | |
download | mariadb-git-5435b66b9141bc095d071ba536b83c6b9ca081ec.tar.gz |
Fix after merge
mysql-test/extra/rpl_tests/rpl_charset.test:
Fix merge error
mysql-test/lib/mtr_report.pm:
Move the . out of [] to avoid log file parsing errors
mysql-test/mysql-test-run.pl:
Correct spelling of option
sql/ha_ndbcluster_binlog.cc:
Fix merge error(used "Use remote")
Diffstat (limited to 'mysql-test/lib/mtr_report.pm')
-rw-r--r-- | mysql-test/lib/mtr_report.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysql-test/lib/mtr_report.pm b/mysql-test/lib/mtr_report.pm index de5a1f05b34..0024c4a3f5b 100644 --- a/mysql-test/lib/mtr_report.pm +++ b/mysql-test/lib/mtr_report.pm @@ -75,7 +75,7 @@ sub mtr_report_test_skipped ($) { { if ( $tinfo->{skip_detected_by_test} ) { - mtr_report("[ skip.] $tinfo->{'comment'}"); + mtr_report("[ skip ]. $tinfo->{'comment'}"); } else { |