[DRE-commits] [SCM] sup-mail.git branch, master, updated. debian/0.12.1-1-16-g882d1af
Per Andersson
avtobiff at gmail.com
Tue May 22 23:47:08 UTC 2012
The following commit has been merged in the master branch:
commit edb8ee815bdde21cbe786955a343c82c36b8d2fb
Author: Per Andersson <avtobiff at gmail.com>
Date: Wed May 23 01:28:32 2012 +0200
Do not run test/test_crypto.rb.
The test is interactive and requires human intervention. It passes
though.
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 731c9cd..b1ff801 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,2 +1,2 @@
$: << 'lib' << 'test' << '.'
-Dir['test/test_*.rb'].each { |f| require f }
+Dir['test/test_*.rb'].each { |f| require f if not f == 'test/test_crypto.rb' }
--
sup-mail.git
More information about the Pkg-ruby-extras-commits
mailing list