From 21ec9e9c30e6700ed5ee08cac818214e63768863 Mon Sep 17 00:00:00 2001 From: George Lu Date: Wed, 6 Jun 2018 15:16:37 -0700 Subject: [PATCH] Rename tests --- .travis.yml | 2 +- tests/{partialTests.sh => libzstd_partial_builds.sh} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{partialTests.sh => libzstd_partial_builds.sh} (100%) diff --git a/.travis.yml b/.travis.yml index 8d1033022..7abd7f4b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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' diff --git a/tests/partialTests.sh b/tests/libzstd_partial_builds.sh similarity index 100% rename from tests/partialTests.sh rename to tests/libzstd_partial_builds.sh -- 2.47.2