test/Makefile
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff test/Makefile

test/Makefile

Print this page
rev 8309 : [mq]: 8079545

*** 366,375 **** --- 366,379 ---- 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 ################################################################
test/Makefile
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File