Skip to content

Commit

Permalink
8267138: Stray suffix when starting gtests via GTestWrapper.java
Browse files Browse the repository at this point in the history
Backport-of: b565459f83b749a01d7d873a01bb7dbdf55745de
  • Loading branch information
tstuefe committed Oct 27, 2022
1 parent 996c0e9 commit f65bf06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/hotspot/jtreg/gtest/GTestWrapper.java
Expand Up @@ -83,7 +83,7 @@ public static void main(String[] args) throws Throwable {
command.add("-jdk");
command.add(Utils.TEST_JDK);
command.add("--gtest_output=xml:" + resultFile);
command.add("--gtest_catch_exceptions=0" + resultFile);
command.add("--gtest_catch_exceptions=0");
for (String a : args) {
command.add(a);
}
Expand Down

0 comments on commit f65bf06

Please sign in to comment.