fix wording: "broken" -> "problematic"
This commit is contained in:
parent
0672a2bc9a
commit
e226e8561b
12
babl.spec
12
babl.spec
@ -1,4 +1,4 @@
|
|||||||
# skip tests known to be broken in a specific version
|
# skip tests known to be problematic in a specific version
|
||||||
%global skip_checks_version 0.1.10
|
%global skip_checks_version 0.1.10
|
||||||
%global skip_checks concurrency-stress-test
|
%global skip_checks concurrency-stress-test
|
||||||
|
|
||||||
@ -78,12 +78,12 @@ rm -rf "%{buildroot}/%{develdocdir}"/graphics/Makefile*
|
|||||||
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
|
find %{buildroot} -type f -name "*.la" -exec rm -f {} ';'
|
||||||
|
|
||||||
%check
|
%check
|
||||||
# skip tests known to be broken in a specific version
|
# skip tests known to be problematic in a specific version
|
||||||
%if "%version" == "%skip_check_version"
|
%if "%version" == "%skip_check_version"
|
||||||
pushd tests
|
pushd tests
|
||||||
for broken in %skip_checks; do
|
for problematic in %skip_checks; do
|
||||||
rm -f "$broken"
|
rm -f "$problematic"
|
||||||
ln -s %{_bindir}/true "$broken"
|
ln -s %{_bindir}/true "$problematic"
|
||||||
done
|
done
|
||||||
popd
|
popd
|
||||||
%endif
|
%endif
|
||||||
@ -115,7 +115,7 @@ rm -rf %{buildroot}
|
|||||||
%changelog
|
%changelog
|
||||||
* Tue Apr 03 2012 Nils Philippsen <nils@redhat.com> - 0.1.10-1
|
* Tue Apr 03 2012 Nils Philippsen <nils@redhat.com> - 0.1.10-1
|
||||||
- version 0.1.10
|
- version 0.1.10
|
||||||
- skip checks known to be broken: concurrency-stress-test
|
- skip check known to be problematic: concurrency-stress-test
|
||||||
|
|
||||||
* Tue Jan 10 2012 Nils Philippsen <nils@redhat.com> - 0.1.6-2
|
* Tue Jan 10 2012 Nils Philippsen <nils@redhat.com> - 0.1.6-2
|
||||||
- rebuild for gcc 4.7
|
- rebuild for gcc 4.7
|
||||||
|
Loading…
Reference in New Issue
Block a user