[DRE-commits] [ruby-activeldap] 01/06: [fix] unfortunatly melted patch in latest upstream import
Marc Dequènes
duck at moszumanska.debian.org
Sun Aug 17 23:26:46 UTC 2014
This is an automated email from the git hooks/post-receive script.
duck pushed a commit to branch master
in repository ruby-activeldap.
commit 7cf499f18a44075932b0bcbfd48af0f19d364644
Author: Marc Dequènes (Duck) <Duck at DuckCorp.org>
Date: Mon Aug 18 00:22:49 2014 +0200
[fix] unfortunatly melted patch in latest upstream import
---
test/run-test.rb | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/test/run-test.rb b/test/run-test.rb
index 6401399..6c36407 100755
--- a/test/run-test.rb
+++ b/test/run-test.rb
@@ -10,7 +10,11 @@ $LOAD_PATH.unshift(File.join(top_dir))
$LOAD_PATH.unshift(File.join(top_dir, "lib"))
$LOAD_PATH.unshift(File.join(top_dir, "test"))
+require "rubygems"
+require "bundler/setup"
+
require "test/unit"
+require "test/unit/notify"
Test::Unit::Priority.enable
succeeded = true
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-activeldap.git
More information about the Pkg-ruby-extras-commits
mailing list