[rubygem-ci_reporter] Re-enabled tests

tdawson tdawson at fedoraproject.org
Wed Apr 16 14:54:10 UTC 2014


commit bc850bdc367753f182666e7bb3f826a39b6fcc03
Author: Troy Dawson <tdawson at redhat.com>
Date:   Wed Apr 16 09:53:57 2014 -0500

    Re-enabled tests

 rubygem-ci_reporter.spec |   11 ++++-------
 1 files changed, 4 insertions(+), 7 deletions(-)
---
diff --git a/rubygem-ci_reporter.spec b/rubygem-ci_reporter.spec
index 7fe429a..bf06c45 100644
--- a/rubygem-ci_reporter.spec
+++ b/rubygem-ci_reporter.spec
@@ -3,7 +3,7 @@
 Summary:       Generate XML for continuous integration systems
 Name:          rubygem-%{gem_name}
 Version:       1.9.2
-Release:       1%{dist}
+Release:       2%{dist}
 License:       MIT
 URL:           http://caldersphere.rubyforge.org/ci_reporter
 Source0:       http://rubygems.org/downloads/%{gem_name}-%{version}.gem
@@ -71,16 +71,10 @@ rm -f %{buildroot}%{gem_instdir}/Gemfile.lock
 rm -f %{buildroot}%{gem_instdir}/ci_reporter.gemspec
 
 %check
-# Only run the check on Fedora <= 18 (not rawhide)
-#  There is currently a bug (#885822) that prevents
-#  the tests from being run.  When that bug is fixed
-#  the tests can be run on F19+ again.
-%if 0%{?fedora} <= 18
 pushd %{buildroot}%{gem_instdir}
 /usr/bin/ruby -S rspec \
     ./spec/ci/reporter/*_spec.rb
 popd
-%endif #end rhel <= 6 && fedora <= 18
 
 %files
 %doc %{gem_instdir}/LICENSE.txt
@@ -100,6 +94,9 @@ popd
 %{gem_instdir}/stub.rake
 
 %changelog
+* Wed Apr 16 2014 Troy Dawson <tdawson at redhat.com> - 1.9.2-2
+- Re-enabled tests
+
 * Tue Apr 15 2014 Troy Dawson <tdawson at redhat.com> - 1.9.2-1
 - Update to 1.9.2
 


More information about the scm-commits mailing list