From 8636d3f9a5d2572415e71322457e1f643df750c0 Mon Sep 17 00:00:00 2001 From: Ekaterina Pavlova Date: Wed, 24 Oct 2018 09:56:03 -0700 Subject: [PATCH] 8212877: Restore JTREG_VERBOSE value for mach5 testing Reviewed-by: dholmes --- make/conf/jib-profiles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/conf/jib-profiles.js b/make/conf/jib-profiles.js index 6e7e1439582..6147b41838e 100644 --- a/make/conf/jib-profiles.js +++ b/make/conf/jib-profiles.js @@ -759,7 +759,7 @@ var getJibProfilesProfiles = function (input, common, data) { testedProfile + ".test" ], src: "src.conf", - make_args: [ "run-test-prebuilt", "LOG_CMDLINES=true" ], + 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"),