< prev index next >

test/Makefile

Print this page
rev 3690 : 8167354:

*** 319,328 **** --- 319,329 ---- -jdk:$(TESTJAVA) \ $(JAVA_ARGS:%=-vmoption:%) \ $(JTREG_EXCLUSIONS) \ $(JTREG_OPTIONS) \ $(JTREG_TESTDIRS) \ + 2>&1 | tee $(JTREG_OUTPUT_DIR)/output.txt \ || ( $(call EXIT_IF_FATAL,$(FATAL_JTREG_EXIT)) ; \ echo $$status > $(JTREG_OUTPUT_DIR)/status.txt \ ) ifdef JTREG_REFERENCE JT_JAVA=$(JT_JAVA) $(JTDIFF) -o $(JTREG_OUTPUT_DIR)/diff.html \
< prev index next >