From 79c3d9fded725446294754f15f45dcae67f6a05c Mon Sep 17 00:00:00 2001 From: burri0000 <dominik.burri@unibas.ch> Date: Fri, 23 Oct 2020 14:32:28 +0200 Subject: [PATCH] correct the teardown of test.local.sh --- tests/test_integration_workflow/test.local.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/test_integration_workflow/test.local.sh b/tests/test_integration_workflow/test.local.sh index d1a87ae..69b179d 100755 --- a/tests/test_integration_workflow/test.local.sh +++ b/tests/test_integration_workflow/test.local.sh @@ -7,6 +7,9 @@ cleanup () { rm -rf .config/ rm -rf .fontconfig/ rm -rf .java/ + rm -rf .snakemake/ + rm -rf logs/ + rm -rf results/ rm -rf snakemake_report.html cd $user_dir echo "Exit status: $rc" -- GitLab