From 5a14dfcf9a3fca8d6c3c351410c6d1016d469375 Mon Sep 17 00:00:00 2001 From: Jeff Genovy Date: Fri, 22 Feb 2019 12:26:36 -0800 Subject: [PATCH] ICU-20243 Fix exhaustive test CI builds to run cintltst. --- .ci-builds/.azure-exhaustive-tests.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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++ #-------------------------------------------------------------------------