Skip to content

Commit

Permalink
No not remove the .git repo dir
Browse files Browse the repository at this point in the history
  • Loading branch information
sophia-guo committed Dec 16, 2024
1 parent c402bf7 commit 2a8a653
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions get.sh
Original file line number Diff line number Diff line change
Expand Up @@ -660,8 +660,6 @@ getFunctionalTestMaterial()
else
mv openj9/test/functional functional
fi

rm -rf openj9
}

getVendorTestMaterial() {
Expand Down Expand Up @@ -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
}

Expand Down

0 comments on commit 2a8a653

Please sign in to comment.