Accepting request 143967 from home:saschpe:branches:openSUSE:Tools

- Disable testsuite on SLE_11_SP2 to fix build

OBS-URL: https://build.opensuse.org/request/show/143967
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/obs-service-tar_scm?expand=0&rev=57
This commit is contained in:
Adrian Schröter 2012-12-04 09:31:19 +00:00 committed by Git OBS Bridge
parent 9856f5b66c
commit bdfe6c815b
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Dec 3 16:01:03 UTC 2012 - saschpe@suse.de
- Disable testsuite on SLE_11_SP2 to fix build
-------------------------------------------------------------------
Mon Dec 3 14:46:15 UTC 2012 - saschpe@suse.de

View File

@ -56,9 +56,11 @@ install -m 0644 tar_scm.service %{buildroot}%{_prefix}/lib/obs/service
mkdir -p %{buildroot}%{_sysconfdir}/obs/services
install -m 0644 tar_scm.rc %{buildroot}%{_sysconfdir}/obs/services/%{service}
%if 0%{?suse_version} >= 1220
%check
: Running the test suite. Please be patient - this takes a few minutes ...
python test.py
%endif
%files
%defattr(-,root,root)