make/conf/jib-profiles.js
branchJDK-8152988-branch
changeset 56969 25f960592a92
parent 56961 007ce32735e3
parent 56964 ec6411b451d8
--- a/make/conf/jib-profiles.js	Sat Oct 13 19:28:10 2018 +0200
+++ b/make/conf/jib-profiles.js	Mon Oct 15 11:39:10 2018 -0700
@@ -801,7 +801,7 @@
         windowsRunTestPrebuiltExtra = {
             dependencies: [ testedProfile + ".jdk_symbols" ],
             environment: {
-                "PRODUCT_SYMBOLS_HOME": input.get(testedProfile + ".jdk_symbols", "home_path"),
+                "SYMBOLS_IMAGE_DIR": input.get(testedProfile + ".jdk_symbols", "home_path"),
             }
         };
         profiles["run-test-prebuilt"] = concatObjects(profiles["run-test-prebuilt"],