[DRE-commits] [pry] 03/06: ruby-tests.rb: run tests with the right interpreter
Antonio Terceiro
terceiro at moszumanska.debian.org
Wed Aug 19 23:04:08 UTC 2015
This is an automated email from the git hooks/post-receive script.
terceiro pushed a commit to branch master
in repository pry.
commit 4ce47f26fb3775865109c7e3bdcb0f58ca050f4e
Author: Antonio Terceiro <terceiro at debian.org>
Date: Thu Aug 20 00:28:59 2015 +0200
ruby-tests.rb: run tests with the right interpreter
---
debian/ruby-tests.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 043484e..de58d35 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1 +1 @@
-system("/usr/bin/bacon -Ilib:spec -rubygems -a -q") or raise
+system("%s -S bacon -Ilib:spec -rubygems -a -q" % ENV['RUBY_TEST_BIN']) or raise
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/pry.git
More information about the Pkg-ruby-extras-commits
mailing list