Skip to content
Snippets Groups Projects
Commit e2e6dea9 authored by Adam J. Stewart's avatar Adam J. Stewart Committed by GitHub
Browse files

Gettext test suite fails when run in parallel (#3921)

parent 21e4a81d
Branches
Tags
No related merge requests found
......@@ -100,3 +100,13 @@ def configure_args(self):
config_args.append('--with-included-libunistring')
return config_args
def check(self):
# Test suite fails when run in parallel:
#
# FAIL: test-verify
# =================
#
# icc: error #10236: File not found: 'test-verify.o'
# FAIL test-verify (exit status: 1)
make('check', parallel=False)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment