From 8fd15022651b21c1bc500025fddab1dd568c4437 Mon Sep 17 00:00:00 2001 From: Rmys Date: Wed, 25 Jul 2018 17:26:44 +0300 Subject: [PATCH] check --- programming/misc/icu4c/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programming/misc/icu4c/actions.py b/programming/misc/icu4c/actions.py index 5faea38a08..db2cb1afe7 100644 --- a/programming/misc/icu4c/actions.py +++ b/programming/misc/icu4c/actions.py @@ -29,7 +29,7 @@ def build(): autotools.make() def check(): - autotools.make("check") + autotools.make("-k check || true") def install(): autotools.rawInstall('-j1 DESTDIR="%s"' % get.installDIR())