Enable USE_RUN_TEST in jib profile. ihse-testmakefiles-branch
authorihse
Tue, 28 Nov 2017 01:44:09 +0100
branchihse-testmakefiles-branch
changeset 55895 2a99e6a5dd01
parent 55894 6da4c12646f3
child 55896 dd4a57035aa8
Enable USE_RUN_TEST in jib profile.
make/conf/jib-profiles.js
--- a/make/conf/jib-profiles.js	Mon Nov 27 19:36:51 2017 +0100
+++ b/make/conf/jib-profiles.js	Tue Nov 28 01:44:09 2017 +0100
@@ -719,7 +719,8 @@
                 "JT_JAVA": common.boot_jdk_home,
                 "PRODUCT_HOME": input.get(testedProfile + ".jdk", "home_path"),
                 "TEST_IMAGE_DIR": input.get(testedProfile + ".test", "home_path"),
-                "TEST_OUTPUT_DIR": input.src_top_dir
+                "TEST_OUTPUT_DIR": input.src_top_dir,
+                "USE_RUN_TEST": "true"
             },
             labels: "test"
         }