From 5e6dbad6c1c038d34c2be67edc500a012e9efb1a Mon Sep 17 00:00:00 2001 From: Shashank Tavildar Date: Tue, 29 Oct 2019 09:54:54 -0700 Subject: [PATCH] Deleting test directory before creation to pass travis-ci test --- tests/playTests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/playTests.sh b/tests/playTests.sh index 23931a4a..d36a9d91 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