Skip to content

Commit b89600a

Browse files
stiemannkj1brianchandotcom
authored andcommitted
LRQA-33560 clean up patch after run
1 parent fba0ee1 commit b89600a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build-test-tck.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,9 @@
186186
<target name="cleanup-tck">
187187

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

193194
</target>

0 commit comments

Comments
 (0)