8073167: Undo change to -retain argument in hotspot/test/Makefile
authorcjplummer
Sat, 14 Feb 2015 08:53:57 -0800
changeset 29075 ad5e1490d635
parent 29074 fbd83ffd242b
child 29076 4a5f7c1e6ed7
8073167: Undo change to -retain argument in hotspot/test/Makefile Summary: -retain:all changed back to -retain:fail,error Reviewed-by: stefank
hotspot/test/Makefile
--- a/hotspot/test/Makefile	Sat Feb 14 00:03:48 2015 +0000
+++ b/hotspot/test/Makefile	Sat Feb 14 08:53:57 2015 -0800
@@ -271,7 +271,7 @@
 # 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)