Merge 10.1 into 10.2

This commit is contained in:
Marko Mäkelä 2017-06-12 17:43:07 +03:00
commit a78476d342
39 changed files with 701 additions and 600 deletions

View file

@ -208,6 +208,10 @@ sub mtr_report_test ($) {
{
mtr_report("[ skipped ]");
}
if ( $tinfo->{'warnings'} )
{
mtr_report($tinfo->{'warnings'});
}
}
elsif ($result eq 'MTR_RES_PASSED')
{