[BioRuby-cvs] bioruby/test runner.rb,1.2,1.3
Katayama Toshiaki
k at pub.open-bio.org
Fri Jan 20 08:04:31 EST 2006
- Previous message: [BioRuby-cvs] bioruby install.rb,1.3,1.4
- Next message: [BioRuby-cvs] bioruby/lib/bio/db/pdb chain.rb, 1.5, 1.6 model.rb,
1.6, 1.7 pdb.rb, 1.12, 1.13 residue.rb, 1.9, 1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /home/repository/bioruby/bioruby/test
In directory pub.open-bio.org:/tmp/cvs-serv26203/test
Modified Files:
runner.rb
Log Message:
* fixed to follow the change of AutoRunnner.run in Ruby 1.8.3
Index: runner.rb
===================================================================
RCS file: /home/repository/bioruby/bioruby/test/runner.rb,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** runner.rb 23 Oct 2005 10:40:40 -0000 1.2
--- runner.rb 20 Jan 2006 13:04:28 -0000 1.3
***************
*** 7,10 ****
$:.unshift(bioruby_libpath) unless $:.include?(bioruby_libpath)
! exit Test::Unit::AutoRunner.run(false, File.dirname($0))
--- 7,14 ----
$:.unshift(bioruby_libpath) unless $:.include?(bioruby_libpath)
! if RUBY_VERSION > "1.8.2"
! exit Test::Unit::AutoRunner.run(true, File.dirname($0))
! else
! exit Test::Unit::AutoRunner.run(false, File.dirname($0))
! end
- Previous message: [BioRuby-cvs] bioruby install.rb,1.3,1.4
- Next message: [BioRuby-cvs] bioruby/lib/bio/db/pdb chain.rb, 1.5, 1.6 model.rb,
1.6, 1.7 pdb.rb, 1.12, 1.13 residue.rb, 1.9, 1.10
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the bioruby-cvs
mailing list