Skip to content

Commit

Permalink
Change generated core files des to reportdir
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: #5373

Signed-off-by: sophiaxu0424 <[email protected]>
  • Loading branch information
sophiaxu0424 committed Jun 20, 2024
1 parent 3dba824 commit a3b9447
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}/../../functional/OpenJcePlusTests/test.xml ${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 a3b9447

Please sign in to comment.