[DRE-commits] [ruby-listen] 03/04: run the test suite until the end even if some tests fail
Cédric Boutillier
boutil at moszumanska.debian.org
Sun Jan 26 20:33:43 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-listen.
commit f7edffccdfdcd186e60a1639d0ba8727d9c73b67
Author: Cédric Boutillier <boutil at debian.org>
Date: Sun Jan 26 20:52:49 2014 +0100
run the test suite until the end even if some tests fail
---
debian/patches/do_not_fail_fast.patch | 16 ++++++++++++++++
debian/patches/series | 1 +
2 files changed, 17 insertions(+)
diff --git a/debian/patches/do_not_fail_fast.patch b/debian/patches/do_not_fail_fast.patch
new file mode 100644
index 0000000..b7e1e76
--- /dev/null
+++ b/debian/patches/do_not_fail_fast.patch
@@ -0,0 +1,16 @@
+Description: run the test suite until the end
+ even in cases there are some failures
+Author: Cédric Boutillier <boutil at debian.org>
+Last-Update: 2014-01-26
+
+--- a/spec/spec_helper.rb
++++ b/spec/spec_helper.rb
+@@ -16,7 +16,7 @@
+ config.filter_run focus: true
+ config.treat_symbols_as_metadata_keys_with_true_values = true
+ config.run_all_when_everything_filtered = true
+- config.fail_fast = !ci?
++# config.fail_fast = !ci?
+ config.expect_with :rspec do |c|
+ c.syntax = :expect
+ end
diff --git a/debian/patches/series b/debian/patches/series
index 74a9f0e..949c128 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@
#circumvent-dependency-manager
retry_three_times.patch
deactivate_arch_specific_tests.patch
+do_not_fail_fast.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-listen.git
More information about the Pkg-ruby-extras-commits
mailing list