Commit f2d51019 authored by unknown's avatar unknown

Add printout of commment why test was skipped

parent f29fbcde
...@@ -97,7 +97,7 @@ sub mtr_report_test_skipped ($) { ...@@ -97,7 +97,7 @@ sub mtr_report_test_skipped ($) {
} }
else else
{ {
print "[ skipped ] $tinfo->{'comment'}\n"; print "[ skipped ] $tinfo->{'comment'}\n";
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment