[DRE-commits] [SCM] ruby-cutest.git branch, master, updated. upstream/1.1.2-15-g3e339d9

Praveen Arimbrathodiyil pravi.a at gmail.com
Tue Sep 20 06:31:13 UTC 2011


The following commit has been merged in the master branch:
commit 3e339d974122b468686d05bffd05f42a3b6382a0
Author: Praveen Arimbrathodiyil <pravi.a at gmail.com>
Date:   Tue Sep 20 11:28:59 2011 +0530

    add debian/ruby-cutest/usr/bin to path for tests

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 7551bfc..2f37d12 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,2 +1,4 @@
+ENV['PATH'] = 'debian/ruby-cutest/usr/bin:' + ENV['PATH']
+
 require "cutest"
 	Cutest.run(Dir["test/*.rb"])

-- 
ruby-cutest.git



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