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 13, 2024
1 parent 3dba824 commit f0051ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functional/OpenJcePlusTests/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<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>ant -f ${TEST_RESROOT}/functional/OpenJcePlusTests/test.xml -DTEST_JAVA=$(Q)$(JAVA_COMMAND)$(Q) launch_test; \
$(TEST_STATUS)</command>
<levels>
<level>extended</level>
Expand Down

0 comments on commit f0051ca

Please sign in to comment.