RESOLVED FIXED Bug 58513
Perl unit test removeEOL.pl should print test case name on failure
https://bugs.webkit.org/show_bug.cgi?id=58513
Summary Perl unit test removeEOL.pl should print test case name on failure
Daniel Bates
Reported 2011-04-13 22:43:24 PDT
We should pass the $title local variable as the second parameter to ok() so that on test failure we print out the the test case name to the terminal. This will allow us to quickly identity the test case that failed. For more details see the description of ok() in <http://perldoc.perl.org/Test/Simple.html#DESCRIPTION>.
Attachments
Patch (2.20 KB, patch)
2011-04-13 22:50 PDT, Daniel Bates
abarth: review+
Daniel Bates
Comment 1 2011-04-13 22:50:05 PDT
Daniel Bates
Comment 2 2011-04-13 22:58:34 PDT
Committed in changeset 83817 <http://trac.webkit.org/changeset/83817>.
Note You need to log in before you can comment on or make changes to this bug.