Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP2:GA
socat
socat-ignore-tests-failure-boo1078346.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File socat-ignore-tests-failure-boo1078346.patch of Package socat
From: Michel Normand <normand@linux.vnet.ibm.com> Subject: socat ignore tests failure boo1078346 Date: Wed, 31 Jan 2018 10:19:54 +0100 socat ignore flaky tests failure boo1078346 for PowerPC and S390 Signed-off-by: Michel Normand <normand@linux.vnet.ibm.com> --- test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) Index: socat-1.7.3.2/test.sh =================================================================== --- socat-1.7.3.2.orig/test.sh +++ socat-1.7.3.2/test.sh @@ -12801,7 +12801,7 @@ echo "summary: $((N-1)) tests, $((numOK+ if [ "$numFAIL" -gt 0 ]; then echo "FAILED: $listFAIL" - exit 1 + uname -p | grep -qE 'ppc|s390' && { echo "ignore flaky failures, bypass boo#1078346"; exit 0; } || exit 1 fi exit 0
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor