[DRE-commits] [gem2deb] 06/08: fix path for the test runner

Cédric Boutillier boutil at moszumanska.debian.org
Mon Aug 11 13:28:30 UTC 2014


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

boutil pushed a commit to branch autopkgtest
in repository gem2deb.

commit 87f855f9fbfadee370a7e654cf109ac4aa751a25
Author: Cédric Boutillier <boutil at debian.org>
Date:   Wed Aug 6 11:16:01 2014 +0200

    fix path for the test runner
---
 lib/gem2deb/dh_ruby.rb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lib/gem2deb/dh_ruby.rb b/lib/gem2deb/dh_ruby.rb
index c505a33..4d96701 100644
--- a/lib/gem2deb/dh_ruby.rb
+++ b/lib/gem2deb/dh_ruby.rb
@@ -59,7 +59,8 @@ module Gem2Deb
     end
 
     #TEST_RUNNER = File.expand_path(File.join(File.dirname(__FILE__),'test_runner.rb'))
-    if File.exist? File.expand_path(File.join(File.dirname(__FILE__),'../../../bin','test_runner.rb'))
+      puts "?yes"+ File.expand_path(File.join(File.dirname(__FILE__),'../../bin','gem2deb-test-runner'))
+    if File.exist? File.expand_path(File.join(File.dirname(__FILE__),'../../bin','gem2deb-test-runner'))
       TEST_RUNNER = File.expand_path(File.join(File.dirname(__FILE__),'../../../bin','gem2deb-test-runner'))
       puts "yes #{TEST_RUNNER}"
     else

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



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