We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 091fa88 commit fc2f4f1Copy full SHA for fc2f4f1
test/framework/src/main/java/org/elasticsearch/test/junit/listeners/ReproduceInfoPrinter.java
@@ -79,7 +79,7 @@ public void testFailure(Failure failure) throws Exception {
79
String task = System.getProperty("tests.task");
80
81
// append Gradle test runner test filter string
82
- b.append(task);
+ b.append("'" + task + "'");
83
b.append(" --tests \"");
84
b.append(failure.getDescription().getClassName());
85
final String methodName = failure.getDescription().getMethodName();
0 commit comments