We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 996c0e9 commit f65bf06Copy full SHA for f65bf06
test/hotspot/jtreg/gtest/GTestWrapper.java
@@ -83,7 +83,7 @@ public static void main(String[] args) throws Throwable {
83
command.add("-jdk");
84
command.add(Utils.TEST_JDK);
85
command.add("--gtest_output=xml:" + resultFile);
86
- command.add("--gtest_catch_exceptions=0" + resultFile);
+ command.add("--gtest_catch_exceptions=0");
87
for (String a : args) {
88
command.add(a);
89
}
0 commit comments