8213184: Revert change in jib-profiles.js from run-test-prebuilt to test-prebuilt

Reviewed-by: dholmes
This commit is contained in:
Magnus Ihse Bursie 2018-10-31 11:36:07 +01:00
parent 53ecc07aaa
commit f66d1f3d9e

View File

@ -759,7 +759,7 @@ var getJibProfilesProfiles = function (input, common, data) {
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"),