8212877: Restore JTREG_VERBOSE value for mach5 testing

Reviewed-by: dholmes
This commit is contained in:
Ekaterina Pavlova 2018-10-24 09:56:03 -07:00
parent ad9de2a83a
commit 8636d3f9a5

View File

@ -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"),