We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fba0ee1 commit b89600aCopy full SHA for b89600a
build-test-tck.xml
@@ -186,8 +186,9 @@
186
<target name="cleanup-tck">
187
188
<exec dir="${tck.home}/.." executable="git" failonerror="false">
189
- <arg value="stash" />
190
- <arg value="pop" />
+ <arg value="apply" />
+ <arg value="--reverse" />
191
+ <arg value="${project.dir}/tck/pluto-patch.diff" />
192
</exec>
193
194
</target>
0 commit comments