8267138: Stray suffix when starting gtests via GTestWrapper.java
Reviewed-by: shade
This commit is contained in:
parent
1d167978e5
commit
b565459f83
@ -83,7 +83,7 @@ public class GTestWrapper {
|
||||
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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user