Skip to content

Commit

Permalink
Removing aqa bindings after cloning
Browse files Browse the repository at this point in the history
  • Loading branch information
judovana committed Jul 24, 2024
1 parent 203148c commit 1da2238
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions aqa-tests/functional/jtreg-buffer/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,11 @@
</else>
</if>
<target name="getJtreg-buffer" depends="jtreg-buffer.check" unless="jtreg-buffer.exists">
<!-- We are removing aqa bindings, because user copied them (this:)
from origin before, so they can clone, but keeping them
would result to run the suite twice -->
<getFileWithRetry file="jtreg-buffer"
command="git clone --depth 1 -q ${GIT_REPO}rh-openjdk/jtreg-buffer.git -b main jtreg-buffer" />
command="git clone --depth 1 -q ${GIT_REPO}rh-openjdk/jtreg-buffer.git -b main jtreg-buffer ; rm -rvf jtreg-buffer/aqa-tests/" />
<checkGitRepoSha repoDir="jtreg-buffer" />
</target>

Expand All @@ -68,4 +71,4 @@
<target name="build">
<antcall target="clean" inheritall="true" />
</target>
</project>
</project>

0 comments on commit 1da2238

Please sign in to comment.