Skip to content

Commit

Permalink
Merge pull request #19957 from thallium/jfr-test-fix
Browse files Browse the repository at this point in the history
Fix cmdLineTester_jfr
  • Loading branch information
keithc-ca authored Aug 1, 2024
2 parents c2af1fe + 4fc9a45 commit def4a30
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions test/functional/cmdLineTests/jfr/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,8 @@ SPDX-License-Identifier: EPL-2.0 OR Apache-2.0 OR GPL-2.0-only WITH Classpath-ex
</jar>
<copy todir="${DEST}">
<fileset dir="${src}/../">
<filename name="metadata.blob" />
<filename name="*.mk" />
<filename name="*.xml" />
<include name="**/metadata.blob" />
<include name="**/*.xml" />
</fileset>
</copy>
</target>
Expand Down

0 comments on commit def4a30

Please sign in to comment.