Skip to content

Commit 7305664

Browse files
sophia-guosmlambert
authored andcommitted
Retain files that match a specific filename to help debug (#1196)
Signed-off-by: Sophia Guo <[email protected]>
1 parent fa93509 commit 7305664

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openjdk/openjdk.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ JTREG_BASIC_OPTIONS += $(JTREG_ASSERT_OPTION)
3434
# Report details on all failed or error tests, times, and suppress output for tests that passed
3535
JTREG_BASIC_OPTIONS += -v:fail,error,time,nopass
3636
# Retain all files for failing tests
37-
JTREG_BASIC_OPTIONS += -retain:fail,error
37+
JTREG_BASIC_OPTIONS += -retain:fail,error,*.dmp,javacore.*,heapdump.*,*.trc
3838
# Ignore tests are not run and completely silent about it
3939
JTREG_IGNORE_OPTION = -ignore:quiet
4040
JTREG_BASIC_OPTIONS += $(JTREG_IGNORE_OPTION)

0 commit comments

Comments
 (0)