From: Shashank Tavildar Date: Tue, 29 Oct 2019 16:54:54 +0000 (-0700) Subject: Deleting test directory before creation to pass travis-ci test X-Git-Tag: v1.4.4~1^2~5^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5e6dbad6c1c038d34c2be67edc500a012e9efb1a;p=thirdparty%2Fzstd.git Deleting test directory before creation to pass travis-ci test --- diff --git a/tests/playTests.sh b/tests/playTests.sh index 23931a4aa..d36a9d91c 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -216,6 +216,7 @@ $ZSTD -b --fast=1 -i0e1 tmp --compress-literals $ZSTD -b --fast=1 -i0e1 tmp --no-compress-literals println "test: --exclude-compressed flag" +rm -rf precompressedFilterTestDir mkdir -p precompressedFilterTestDir ./datagen $size > precompressedFilterTestDir/input.5 ./datagen $size > precompressedFilterTestDir/input.6