]> granicus.if.org Git - icu/commitdiff
ICU-20243 Fix exhaustive test CI builds to run cintltst.
authorJeff Genovy <jefgen@microsoft.com>
Fri, 22 Feb 2019 20:26:36 +0000 (12:26 -0800)
committerJeff Genovy <29107334+jefgen@users.noreply.github.com>
Sun, 24 Feb 2019 05:57:09 +0000 (21:57 -0800)
.ci-builds/.azure-exhaustive-tests.yml

index 3c64def1a2c73de4da821125cd78194add595958..0a4365c9a6cb9c40970c3d25f1a5cd6af00d5575 100644 (file)
@@ -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++
 #-------------------------------------------------------------------------