From: Jeff Genovy Date: Fri, 22 Feb 2019 20:26:36 +0000 (-0800) Subject: ICU-20243 Fix exhaustive test CI builds to run cintltst. X-Git-Tag: release-64-rc~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a14dfcf9a3fca8d6c3c351410c6d1016d469375;p=icu ICU-20243 Fix exhaustive test CI builds to run cintltst. --- diff --git a/.ci-builds/.azure-exhaustive-tests.yml b/.ci-builds/.azure-exhaustive-tests.yml index 3c64def1a2c..0a4365c9a6c 100644 --- a/.ci-builds/.azure-exhaustive-tests.yml +++ b/.ci-builds/.azure-exhaustive-tests.yml @@ -51,11 +51,9 @@ jobs: cd icu4c/source && ./runConfigureICU Linux && make -j2 displayName: 'Build' - script: | - cd icu4c/source && make check + cd icu4c/source && make check-exhaustive displayName: 'Exhaustive Tests' env: - INTLTEST_OPTS: '-e' - CINTLTEST_OPTS: '-e' CC: clang CXX: clang++ #-------------------------------------------------------------------------