Skip to content

Commit

Permalink
Change generated core files des to reportdir (adoptium#5389)
Browse files Browse the repository at this point in the history
This is to change the directory of core files to the correct one

Related to issue: adoptium#5373

Signed-off-by: sophiaxu0424 <xuminghong0424@gmail.com>
  • Loading branch information
sophiaxu0424 committed Jun 22, 2024
1 parent af95e1c commit c914cc8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion functional/OpenJcePlusTests/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@
<platform>^((?!(ppc64_aix|ppc64le_linux|x86-64_linux|x86-64_windows|s390x_linux)).)*$</platform>
</disable>
</disables>
<command>ant -f ${BUILD_ROOT}/functional/OpenJcePlusTests/test.xml -DTEST_JAVA=$(Q)$(JAVA_COMMAND)$(Q) launch_test; \
<command>cp -r ${TEST_RESROOT}/* ${REPORTDIR}/. ; \
ant -f test.xml -DTEST_JAVA=$(Q)$(JAVA_COMMAND)$(Q) launch_test; \
$(TEST_STATUS)</command>
<levels>
<level>extended</level>
Expand Down

0 comments on commit c914cc8

Please sign in to comment.