Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move SHA check function to TKG #5819

Merged
merged 6 commits into from
Jan 23, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
No not remove the .git repo dir
sophia-guo committed Jan 22, 2025
commit ae500d0498742b205900a1bd4118d7a4c0bff3fd
5 changes: 0 additions & 5 deletions get.sh
Original file line number Diff line number Diff line change
@@ -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
}