mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Fix indentation
This commit is contained in:
@@ -2557,7 +2557,8 @@ sub run_testcase ($) {
|
|||||||
# Try to get reason from mysqltest.log
|
# Try to get reason from mysqltest.log
|
||||||
my $last_line= mtr_lastlinefromfile($path_timefile) if -f $path_timefile;
|
my $last_line= mtr_lastlinefromfile($path_timefile) if -f $path_timefile;
|
||||||
my $reason= mtr_match_prefix($last_line, "reason: ");
|
my $reason= mtr_match_prefix($last_line, "reason: ");
|
||||||
$tinfo->{'comment'}= defined $reason ? $reason : "Detected by testcase(reason unknown) ";
|
$tinfo->{'comment'}=
|
||||||
|
defined $reason ? $reason : "Detected by testcase(reason unknown) ";
|
||||||
mtr_report_test_skipped($tinfo);
|
mtr_report_test_skipped($tinfo);
|
||||||
}
|
}
|
||||||
elsif ( $res == 63 )
|
elsif ( $res == 63 )
|
||||||
|
Reference in New Issue
Block a user