changeset 679:cacb635fc4bf

match 8009162: root repo "make test" target should run against image http://hg.openjdk.java.net/jdk8/tl/rev/b35d986ff276
author mduigou
date Thu, 07 Mar 2013 15:05:58 -0800
parents 7ea2bf15d974
children 52d82f83de31
files common/makefiles/Main.gmk
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/common/makefiles/Main.gmk	Wed Mar 06 08:29:32 2013 -0800
+++ b/common/makefiles/Main.gmk	Thu Mar 07 15:05:58 2013 -0800
@@ -178,7 +178,8 @@
 	@$(ECHO) Boot cycle build step 2: Building a new JDK image using previously built image
 	@($(CD) $(SRC_ROOT)/common/makefiles && $(BUILD_LOG_WRAPPER) $(MAKE) SPEC=$(dir $(SPEC))bootcycle-spec.gmk images)
 
-test: start-make
+test: images test-only
+test-only: start-make
 	@$(call TargetEnter)
 	@($(CD) $(SRC_ROOT)/test && $(BUILD_LOG_WRAPPER) $(MAKE) -j1 -k MAKEFLAGS= PRODUCT_HOME=$(JDK_IMAGE_DIR) JPRT_JAVA_HOME=$(JDK_IMAGE_DIR) ALT_OUTPUTDIR=$(OUTPUT_ROOT) $(TEST)) || true
 	@$(call TargetExit)