OpenJDK / amber / amber
changeset 53272:b66b51c4e405
8213184: Revert change in jib-profiles.js from run-test-prebuilt to test-prebuilt
Reviewed-by: dholmes
author | ihse |
---|---|
date | Wed, 31 Oct 2018 11:36:07 +0100 |
parents | 9341b077bd55 |
children | 55711b181dfc |
files | make/conf/jib-profiles.js |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/make/conf/jib-profiles.js Wed Oct 31 09:30:24 2018 +0100 +++ b/make/conf/jib-profiles.js Wed Oct 31 11:36:07 2018 +0100 @@ -759,7 +759,7 @@ testedProfile + ".test" ], src: "src.conf", - make_args: [ "test-prebuilt", "LOG_CMDLINES=true", "JTREG_VERBOSE=fail,error,time" ], + make_args: [ "run-test-prebuilt", "LOG_CMDLINES=true", "JTREG_VERBOSE=fail,error,time" ], environment: { "BOOT_JDK": common.boot_jdk_home, "JDK_IMAGE_DIR": input.get(testedProfile + ".jdk", "home_path"),