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 b264e31
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 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 @@ -863,7 +861,7 @@ if [[ $JDK_IMPL == 'hotspot' && $JDK_VERSION == '8' && $PLATFORM =~ 'alpine-linu
fi

if [ "$SDKDIR" != "" ]; then
getBinaryOpenjdk
getBinaryOpenjdk
testJavaVersion
fi

Expand Down

0 comments on commit b264e31

Please sign in to comment.