8079545: [TESTBUG] hotspot_basicvmtest doesn't fail even if VM crashes

Reviewed-by: ctornqvi, dholmes
This commit is contained in:
Mikael Vidstedt 2015-05-06 17:42:24 -07:00
parent c7d33de202
commit fc7e87d337

View File

@ -368,6 +368,10 @@ hotspot_basicvmtest:
for variant in $(JVM_VARIANTS); \
do \
$(MAKE) JAVA_ARGS="$(JAVA_ARGS) -$$variant" hotspot_$${variant}test; \
res=$$?; \
if [ $$res -ne 0 ]; then \
exit $$res; \
fi; \
done
PHONY_LIST += hotspot_basicvmtest