[DRE-commits] [SCM] ruby-spreadsheet.git branch, master, updated. debian/0.7.3-1-10-ge2b7a80

Cédric Boutillier boutil at debian.org
Tue Jun 4 14:36:25 UTC 2013


The following commit has been merged in the master branch:
commit 68db97c048abdad49e3187b576e750417f50448b
Author: Cédric Boutillier <boutil at debian.org>
Date:   Tue Jun 4 16:21:13 2013 +0200

    change slightly the way tests are run

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 79e0f7e..df61dde 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,4 +1,3 @@
 require 'rbconfig'
 ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name'])
-Dir.chdir 'test'
-exec "#{ruby} -I. suite.rb"
+exec "#{ruby} test/suite.rb"

-- 
ruby-spreadsheet.git



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