[DRE-commits] [ruby-lapack] 01/01: Update test scripts

Youhei SASAKI uwabami-guest at moszumanska.debian.org
Sun Dec 22 21:15:02 UTC 2013


This is an automated email from the git hooks/post-receive script.

uwabami-guest pushed a commit to branch master
in repository ruby-lapack.

commit e3cca68a23cb2945c0ca2c5b7b3d4e9f65eab049
Author: Youhei SASAKI <uwabami at gfd-dennou.org>
Date:   Mon Dec 23 06:14:45 2013 +0900

    Update test scripts
    
    Signed-off-by: Youhei SASAKI <uwabami at gfd-dennou.org>
---
 debian/ruby-tests.rb | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 2b4d501..07b4a8d 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,5 +1,5 @@
-if ENV['RUBY_TEST_BIN'] == '/usr/bin/ruby1.8'
-  system("#{ENV['RUBY_TEST_BIN']} -Idebian/ruby-lapack/usr/lib/ruby/vendor_ruby /usr/bin/testrb1.8 tests/") or raise
-else
+if ENV['RUBY_TEST_BIN'] == '/usr/bin/ruby1.9.1'
   system("#{ENV['RUBY_TEST_BIN']} -Idebian/ruby-lapack/usr/lib/ruby/vendor_ruby /usr/bin/testrb1.9.1 tests/") or raise
+else
+  system("#{ENV['RUBY_TEST_BIN']} -Idebian/ruby-lapack/usr/lib/ruby/vendor_ruby /usr/bin/testrb2.0 tests/") or raise
 end

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-lapack.git



More information about the Pkg-ruby-extras-commits mailing list