mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 18:20:07 +01:00
automerge
This commit is contained in:
commit
c08fe02122
1 changed files with 2 additions and 9 deletions
|
@ -165,18 +165,11 @@ sub mtr_report_test ($) {
|
|||
}
|
||||
elsif ( $comment )
|
||||
{
|
||||
if ( $tinfo->{skip_detected_by_test} )
|
||||
{
|
||||
mtr_report("[ skip ]. $comment");
|
||||
}
|
||||
else
|
||||
{
|
||||
mtr_report("[ skip ] $comment");
|
||||
}
|
||||
mtr_report("[ skipped ] $comment");
|
||||
}
|
||||
else
|
||||
{
|
||||
mtr_report("[ skip ]");
|
||||
mtr_report("[ skipped ]");
|
||||
}
|
||||
}
|
||||
elsif ($result eq 'MTR_RES_PASSED')
|
||||
|
|
Loading…
Add table
Reference in a new issue