make/conf/jib-profiles.js
branchihse-testmakefiles-branch
changeset 55895 2a99e6a5dd01
parent 47928 fb62d4519338
child 55900 9a7dc96eb3ba
equal deleted inserted replaced
55894:6da4c12646f3 55895:2a99e6a5dd01
   717             work_dir: input.get("src.full", "install_path") + "/test",
   717             work_dir: input.get("src.full", "install_path") + "/test",
   718             environment: {
   718             environment: {
   719                 "JT_JAVA": common.boot_jdk_home,
   719                 "JT_JAVA": common.boot_jdk_home,
   720                 "PRODUCT_HOME": input.get(testedProfile + ".jdk", "home_path"),
   720                 "PRODUCT_HOME": input.get(testedProfile + ".jdk", "home_path"),
   721                 "TEST_IMAGE_DIR": input.get(testedProfile + ".test", "home_path"),
   721                 "TEST_IMAGE_DIR": input.get(testedProfile + ".test", "home_path"),
   722                 "TEST_OUTPUT_DIR": input.src_top_dir
   722                 "TEST_OUTPUT_DIR": input.src_top_dir,
       
   723                 "USE_RUN_TEST": "true"
   723             },
   724             },
   724             labels: "test"
   725             labels: "test"
   725         }
   726         }
   726     };
   727     };
   727 
   728