teodesian / TestRail-Perl

Perl interface to TestRail's REST API
5 stars 8 forks source link

error uninitialized value in Parser.pm #143

Closed TraceyC77 closed 6 years ago

TraceyC77 commented 6 years ago

When running prove with the plugin

Use of uninitialized value in concatenation (.) or string at /usr/local/cpanel/3rdparty/perl/526/lib64/perl5/cpanel_lib/Test/Rail/Parser.pm line 571.



Test results were reported to TestRail (test naturally failed)
teodesian commented 6 years ago

This would be caused by a test doing done_testing(), but dying before calling it. That would result in tests_planned being undefined when we emit the bad plan message.