[DRE-commits] [SCM] ruby-tokyocabinet.git branch, master, updated. ba2c00bf1e45ddd565c6477b5da8b8d92efd1fa0

Lucas Nussbaum lucas at lucas-nussbaum.net
Sat Jul 30 07:05:16 UTC 2011


The following commit has been merged in the master branch:
commit 8b36dcf71e7f57b2718a4048d4fd01e81063b325
Author: Lucas Nussbaum <lucas at lucas-nussbaum.net>
Date:   Sat Jul 30 08:48:58 2011 +0200

    debian/ruby-tests.rb: use includes provided by test runner

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index a815cfc..32f9748 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1 +1,2 @@
-system("#{ENV['RUBY_TEST_BIN']} -Ilib -Iext -I. test.rb") or raise
+inc = $:.map { |d| "-I#{d}" }.join(' ')
+system("#{ENV['RUBY_TEST_BIN']} #{inc} test.rb") or raise

-- 
ruby-tokyocabinet.git



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