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

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


The following commit has been merged in the master branch:
commit 61dbd21a7a0651e53a43a45106c48083d44284fc
Author: Lucas Nussbaum <lucas at lucas-nussbaum.net>
Date:   Sat Jul 30 08:54:25 2011 +0200

    Remove ./tokyocabinet.so before running tests

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

-- 
ruby-tokyocabinet.git



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