From 9604a593eeb7d0a649feb1508905e4b5a32eab45 Mon Sep 17 00:00:00 2001 From: Chris Plummer Date: Sat, 14 Feb 2015 08:53:57 -0800 Subject: [PATCH] 8073167: Undo change to -retain argument in hotspot/test/Makefile -retain:all changed back to -retain:fail,error Reviewed-by: stefank --- hotspot/test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hotspot/test/Makefile b/hotspot/test/Makefile index 14d639c8506..657501a7622 100644 --- a/hotspot/test/Makefile +++ b/hotspot/test/Makefile @@ -271,7 +271,7 @@ JTREG_BASIC_OPTIONS += -a # Report details on all failed or error tests, times too JTREG_BASIC_OPTIONS += -v:fail,error,time # Retain all files for failing tests -JTREG_BASIC_OPTIONS += -retain:all +JTREG_BASIC_OPTIONS += -retain:fail,error # Ignore tests are not run and completely silent about it JTREG_IGNORE_OPTION = -ignore:quiet JTREG_BASIC_OPTIONS += $(JTREG_IGNORE_OPTION)