From 2a8a65313092dba04527908776d60637cad3957a Mon Sep 17 00:00:00 2001 From: Sophia Guo Date: Mon, 16 Dec 2024 11:32:15 -0500 Subject: [PATCH] No not remove the .git repo dir --- get.sh | 5 ----- 1 file changed, 5 deletions(-) diff --git a/get.sh b/get.sh index 0302319d80..81d299c7ff 100755 --- a/get.sh +++ b/get.sh @@ -660,8 +660,6 @@ getFunctionalTestMaterial() else mv openj9/test/functional functional fi - - rm -rf openj9 } getVendorTestMaterial() { @@ -744,9 +742,6 @@ getVendorTestMaterial() { # already in TESTDIR, thus copy the entire vendor repo content to current directory cp -r $dest/* ./ fi - - # clean up - rm -rf $dest done }