[Bioperl-guts-l] bioperl-live/t Index.t,1.39,1.40
Jason Stajich
jason at pub.open-bio.org
Thu Sep 8 16:20:00 EDT 2005
Update of /home/repository/bioperl/bioperl-live/t
In directory pub.open-bio.org:/tmp/cvs-serv18223/t
Modified Files:
Index.t
Log Message:
properly skip tests upon early exit
Index: Index.t
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/t/Index.t,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -d -r1.39 -r1.40
*** Index.t 26 Aug 2005 01:55:10 -0000 1.39
--- Index.t 8 Sep 2005 20:19:58 -0000 1.40
***************
*** 33,36 ****
--- 33,42 ----
}
+ END {
+ foreach ( $Test::ntest..$NUMTESTS) {
+ skip("Missing dependencies. Skipping tests",1);
+ }
+ }
+
exit(0) if $exit;
More information about the Bioperl-guts-l
mailing list