Gettext test suite fails when run in parallel (#3921)
This commit is contained in:
parent
21e4a81de0
commit
e2e6dea9b3
@ -100,3 +100,13 @@ def configure_args(self):
|
|||||||
config_args.append('--with-included-libunistring')
|
config_args.append('--with-included-libunistring')
|
||||||
|
|
||||||
return config_args
|
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)
|
||||||
|
Loading…
Reference in New Issue
Block a user