# HG changeset patch # User mlarsson # Date 1476095816 -7200 # Mon Oct 10 12:36:56 2016 +0200 # Node ID 03b4596939f3aa031e400f705d4eb929eb2ad3cd # Parent 6218d98d4a1d9bebc96781fd9bc569d9fefdb228 8167354: diff --git a/test/Makefile b/test/Makefile --- a/test/Makefile +++ b/test/Makefile @@ -321,6 +321,7 @@ $(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 \ )