projects
/
irspy-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
46dd8c0
)
Clarify diagnostic.
author
Mike Taylor
<mike@indexdata.com>
Thu, 26 Oct 2006 17:46:41 +0000
(17:46 +0000)
committer
Mike Taylor
<mike@indexdata.com>
Thu, 26 Oct 2006 17:46:41 +0000
(17:46 +0000)
lib/ZOOM/IRSpy.pm
patch
|
blob
|
history
diff --git
a/lib/ZOOM/IRSpy.pm
b/lib/ZOOM/IRSpy.pm
index
de60a7a
..
8160dd6
100644
(file)
--- 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;