[DRE-commits] [ruby-faraday] 04/06: run em_synchrony tests
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Tue May 20 20:34:39 UTC 2014
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-faraday.
commit ff62c2a0a91a8260b8dfe9af80e46cdc63b1ce8a
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Wed May 21 00:19:47 2014 +0530
run em_synchrony tests
---
debian/changelog | 2 +-
debian/control | 3 ++-
debian/ruby-tests.rb | 2 +-
3 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 3bf3754..b0b09fb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,7 +2,7 @@ ruby-faraday (0.9.0-2) UNRELEASED; urgency=low
* Team upload
* Remove patron (remove tests, remove build dep)
- * Run default, em_http tests
+ * Run default, em_http, synchrony tests
-- Pirate Praveen <praveen at debian.org> Tue, 20 May 2014 23:28:05 +0530
diff --git a/debian/control b/debian/control
index a0f0e71..d28fa49 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,8 @@ Build-Depends: debhelper (>= 7.0.50~),
ruby-rack-test,
ruby-simplecov,
ruby-sinatra,
- ruby-typhoeus
+ ruby-typhoeus,
+ ruby-em-synchrony
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-faraday.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-faraday.git;a=summary
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 5722b2f..56656bd 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,4 +1,4 @@
-exec("sleep 10;script/test default logger net_http_persistent net_http_test rack test_middleware excon em_http")
+exec("sleep 10;script/test default logger net_http_persistent net_http_test rack test_middleware excon em_http em_synchrony")
# uncomment this when all tests can be run
#exec("script/test")
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-faraday.git
More information about the Pkg-ruby-extras-commits
mailing list