automerge
This commit is contained in:
commit
f21af1060e
@ -165,18 +165,11 @@ sub mtr_report_test ($) {
|
|||||||
}
|
}
|
||||||
elsif ( $comment )
|
elsif ( $comment )
|
||||||
{
|
{
|
||||||
if ( $tinfo->{skip_detected_by_test} )
|
mtr_report("[ skipped ] $comment");
|
||||||
{
|
|
||||||
mtr_report("[ skip ]. $comment");
|
|
||||||
}
|
|
||||||
else
|
|
||||||
{
|
|
||||||
mtr_report("[ skip ] $comment");
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
mtr_report("[ skip ]");
|
mtr_report("[ skipped ]");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
elsif ($result eq 'MTR_RES_PASSED')
|
elsif ($result eq 'MTR_RES_PASSED')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user