X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=blobdiff_plain;f=lib%2FZOOM%2FIRSpy.pm;h=8160dd65dd8d813f4b6cea5324830be419e84c59;hp=de60a7a564cfba41f9bda3eaba6e2fca575609a0;hb=4ce8a6de47b49d36c8da1bdfbbd27f9f5373b1c6;hpb=ed7dd7e98f3f2d1ac1a3e7e02a17ef9fe498555f diff --git a/lib/ZOOM/IRSpy.pm b/lib/ZOOM/IRSpy.pm index de60a7a..8160dd6 100644 --- a/lib/ZOOM/IRSpy.pm +++ b/lib/ZOOM/IRSpy.pm @@ -1,4 +1,4 @@ -# $Id: IRSpy.pm,v 1.38 2006-10-26 17:21:35 mike Exp $ +# $Id: IRSpy.pm,v 1.39 2006-10-26 17:46:41 mike Exp $ package ZOOM::IRSpy; @@ -309,7 +309,7 @@ sub check { $tname = "Main" if !defined $tname; $this->{tree} = $this->_gather_tests($tname) - or die "No tests defined"; + or die "No tests defined for '$tname'"; #$this->{tree}->print(0); my $nskipped = 0;