Skip to content

Commit

Permalink
LRQA-33560 clean up patch after run
Browse files Browse the repository at this point in the history
  • Loading branch information
stiemannkj1 authored and brianchandotcom committed Apr 5, 2019
1 parent fba0ee1 commit b89600a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build-test-tck.xml
Original file line number Diff line number Diff line change
Expand Up @@ -186,8 +186,9 @@
<target name="cleanup-tck">

<exec dir="${tck.home}/.." executable="git" failonerror="false">
<arg value="stash" />
<arg value="pop" />
<arg value="apply" />
<arg value="--reverse" />
<arg value="${project.dir}/tck/pluto-patch.diff" />
</exec>

</target>
Expand Down

0 comments on commit b89600a

Please sign in to comment.