]> git.ipfire.org Git - thirdparty/zstd.git/commitdiff
Rename tests 1164/head
authorGeorge Lu <gclu@fb.com>
Wed, 6 Jun 2018 22:16:37 +0000 (15:16 -0700)
committerGeorge Lu <gclu@fb.com>
Wed, 6 Jun 2018 22:16:37 +0000 (15:16 -0700)
.travis.yml
tests/libzstd_partial_builds.sh [moved from tests/partialTests.sh with 100% similarity]

index 8d1033022f55732f56c10817192536d93f03cd6f..7abd7f4b40677d0ccefdd63647c28a5622c29271 100644 (file)
@@ -31,7 +31,7 @@ matrix:
 
     - env: Cmd='make lz4install && make -C tests test-lz4'
 
-    - env: Cmd='bash tests/partialTests.sh'
+    - env: Cmd='bash tests/libzstd_partial_builds.sh'
     # tag-specific test
     - if: tag =~ ^v[0-9]\.[0-9]
       env: Cmd='make -C tests checkTag && tests/checkTag $TRAVIS_BRANCH'