https://bugzilla.redhat.com/show_bug.cgi?id=1272652



--- Comment #9 from Jerry James <[email protected]> ---
Here is a modified %check script that fails if any tests fail:

%check
%if 0%{?rhel} && 0%{?rhel} < 6
Xvfb :1 &
export DISPLAY=:1
make test 2>&1 | tee test.log
killall Xvfb
%else
xvfb-run -a make test 2>&1 | tee test.log
%endif
grep -E 'Failed[[:blank:]]+0' test.log > /dev/null

The actual test failure appears to be due to a changed error message in newer
versions of tk; see the output of "strings %{_libdir}/libtk.so".  That
shouldn't cause the test to fail, so I think you should simply do something
like this on the affected Fedora releases:

sed -e 's/\(bad relief\) type/\1/' -i tests/tkTable.test

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
[email protected]
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to