From f5f6cc2e483a3af49a98a063d014b2e2e7e9606c Mon Sep 17 00:00:00 2001 From: senhuang42 Date: Wed, 30 Jun 2021 13:09:00 -0400 Subject: [PATCH] Remove folder when done with test --- tests/playTests.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/playTests.sh b/tests/playTests.sh index f57f61f3d..3aa90f692 100755 --- a/tests/playTests.sh +++ b/tests/playTests.sh @@ -325,6 +325,7 @@ zstd --long --rm -r precompressedFilterTestDir # Files should get compressed again without the --exclude-compressed flag. test -f precompressedFilterTestDir/input.5.zst.zst test -f precompressedFilterTestDir/input.6.zst.zst +rm -rf precompressedFilterTestDir println "Test completed" -- 2.47.2