Skip to content

Commit f65bf06

Browse files
committed
8267138: Stray suffix when starting gtests via GTestWrapper.java
Backport-of: b565459f83b749a01d7d873a01bb7dbdf55745de
1 parent 996c0e9 commit f65bf06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/hotspot/jtreg/gtest/GTestWrapper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ public static void main(String[] args) throws Throwable {
8383
command.add("-jdk");
8484
command.add(Utils.TEST_JDK);
8585
command.add("--gtest_output=xml:" + resultFile);
86-
command.add("--gtest_catch_exceptions=0" + resultFile);
86+
command.add("--gtest_catch_exceptions=0");
8787
for (String a : args) {
8888
command.add(a);
8989
}

0 commit comments

Comments
 (0)