Commit 2912f1f8 authored by Monty's avatar Monty

Fixed typo in mtr_cases.pm

parent 3c4b8440
...@@ -745,7 +745,7 @@ sub collect_one_test_case { ...@@ -745,7 +745,7 @@ sub collect_one_test_case {
if ( $enable_disabled ) if ( $enable_disabled )
{ {
# User has selected to run all disabled tests # User has selected to run all disabled tests
mtr_report(" - $tinfo->{name} wil be run although it's been disabled\n", mtr_report(" - $tinfo->{name} will be run although it's been disabled\n",
" due to '$disable'"); " due to '$disable'");
} }
else else
......
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