From dd9bf7a5d49d6511acb766c6beb5ee4ba81eb5a8 Mon Sep 17 00:00:00 2001 From: alanb Date: Tue, 19 Nov 2013 14:08:28 +0000 Subject: [PATCH] 8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests Reviewed-by: dholmes, sla, tbell --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index d8e7dd86a..71053da52 100644 --- a/test/Makefile +++ b/test/Makefile @@ -250,7 +250,7 @@ endef # ------------------------------------------------------------------ -jdk_%: +jdk_% core_% svc_%: $(ECHO) "Running tests: $@" for each in $@; do \ $(MAKE) -j 1 TEST_SELECTION=":$$each" UNIQUE_DIR=$$each jtreg_tests; \ -- GitLab