mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-05 21:50:20 +00:00
8079545: [TESTBUG] hotspot_basicvmtest doesn't fail even if VM crashes
Reviewed-by: ctornqvi, dholmes
This commit is contained in:
parent
c7d33de202
commit
fc7e87d337
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user