[Bioperl-guts-l] bioperl-live/t Variation_IO.t,1.18,1.19
Jason Stajich
jason at pub.open-bio.org
Thu Sep 8 16:41:35 EDT 2005
Update of /home/repository/bioperl/bioperl-live/t
In directory pub.open-bio.org:/tmp/cvs-serv18445/t
Modified Files:
Variation_IO.t
Log Message:
skip tests properly when there is an early exit
Index: Variation_IO.t
===================================================================
RCS file: /home/repository/bioperl/bioperl-live/t/Variation_IO.t,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** Variation_IO.t 8 Sep 2005 20:20:51 -0000 1.18
--- Variation_IO.t 8 Sep 2005 20:41:33 -0000 1.19
***************
*** 26,29 ****
--- 26,35 ----
}
+ END {
+ foreach ( $Test::ntest..$NUMTESTS) {
+ skip("Missing dependencies. Skipping tests",1);
+ }
+ }
+
if ($error == 1 ) {
exit(0);
More information about the Bioperl-guts-l
mailing list