8028478: Re-visit JPRT testsets to make it easier to run subsets of the tests

Reviewed-by: dholmes, sla, tbell
This commit is contained in:
Alan Bateman 2013-11-19 14:08:28 +00:00
parent 549ac1b03e
commit 2cb2725b14

@ -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; \