Skip to content

Commit

Permalink
Merge pull request #48 from tahiat/skiptcompile
Browse files Browse the repository at this point in the history
skip compilation
  • Loading branch information
kelloggm authored Apr 13, 2024
2 parents 3ca40ed + 945e1d1 commit 8252312
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions check_compilation.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ issues_root=`pwd`

for target in $issue_ids; do
echo "Target = ${target}"

if [ "$target" = "jdk-8319461" ]; then continue; fi

cd "${target}/${min_program_dir}/"
if [ $? -eq 1 ]; then
Expand Down

0 comments on commit 8252312

Please sign in to comment.