[DRE-commits] [gem2deb] 01/01: fix again path for gem2deb-test-runner
Cédric Boutillier
boutil at moszumanska.debian.org
Mon Aug 11 16:09:09 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 1c0ce18ede0a84a91442130d891799f852649e76
Author: Cédric Boutillier <boutil at debian.org>
Date: Mon Aug 11 16:47:15 2014 +0200
fix again path for gem2deb-test-runner
---
lib/gem2deb/dh_ruby.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lib/gem2deb/dh_ruby.rb b/lib/gem2deb/dh_ruby.rb
index 7e7f1dd..4058935 100644
--- a/lib/gem2deb/dh_ruby.rb
+++ b/lib/gem2deb/dh_ruby.rb
@@ -59,7 +59,7 @@ module Gem2Deb
end
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'))
+ TEST_RUNNER = File.expand_path(File.join(File.dirname(__FILE__),'../../bin','gem2deb-test-runner'))
else
TEST_RUNNER = "/usr/bin/gem2deb-test-runner"
end
--
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