[rubygem-sprockets/f21] Accept failure in test

Josef Stribny jstribny at fedoraproject.org
Wed Nov 19 14:14:58 UTC 2014


commit 1767eb8798664ee831ebba584c9b2494149e8dd3
Author: Josef Stribny <jstribny at redhat.com>
Date:   Wed Nov 19 15:14:57 2014 +0100

    Accept failure in test

 rubygem-sprockets.spec |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/rubygem-sprockets.spec b/rubygem-sprockets.spec
index b474d20..c9c3631 100644
--- a/rubygem-sprockets.spec
+++ b/rubygem-sprockets.spec
@@ -100,11 +100,9 @@ cat %{PATCH4} | patch -p1
 # some version differences, should not have influence on functionality.
 sed -i 's|function() {\\n  (|function() {\\n\\n  (|' test/test_environment.rb
 
-# 4 errors due to missing Gems "eco" and "ejs"
 # 1 failure in test "read ASCII asset"(EncodingTest).
 # https://github.com/sstephenson/sprockets/issues/418
-#testrb -Ilib test | grep '447 tests, 1164 assertions, 1 failures, 4 errors, 0 skips'
-ruby -Ilib:test -e 'Dir.glob "./test/**/test_*.rb", &method(:require)'
+ruby -Ilib:test -e 'Dir.glob "./test/**/test_*.rb", &method(:require)' | grep '284 runs, 767 assertions, 1 failures, 0 errors, 0 skips'
 popd
 
 %files


More information about the scm-commits mailing list