8213184: Revert change in jib-profiles.js from run-test-prebuilt to test-prebuilt
Reviewed-by: dholmes
--- 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"),