[DRE-commits] [ruby-timecop] 08/09: prefix tests path with ./
Cédric Boutillier
boutil at moszumanska.debian.org
Sun Aug 31 22:08:37 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-timecop.
commit c3b16ff1c58f5e6da7650eeb287e75841698f7db
Author: Cédric Boutillier <boutil at debian.org>
Date: Mon Sep 1 00:04:56 2014 +0200
prefix tests path with ./
---
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 abf6561..89cad54 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,4 +1,4 @@
-Dir['test/*_test.rb'].each do |f|
+Dir['./test/*_test.rb'].each do |f|
puts f
system("#{ENV['RUBY_TEST_BIN']} -Idebian/ruby-timecop/usr/lib/ruby/vendor_ruby:./test #{f}") or raise
end
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-timecop.git
More information about the Pkg-ruby-extras-commits
mailing list