You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2020/11/03 09:56:19 UTC

[lucene-solr] branch master updated: LUCENE-9596: Reproduce line for failed tests should have method-level accuracy

This is an automated email from the ASF dual-hosted git repository.

dweiss pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/master by this push:
     new 63c4dfa  LUCENE-9596: Reproduce line for failed tests should have method-level accuracy
63c4dfa is described below

commit 63c4dfa454414a18e03c7d6d6672c0540c026a33
Author: Dawid Weiss <da...@carrotsearch.com>
AuthorDate: Tue Nov 3 10:56:05 2020 +0100

    LUCENE-9596: Reproduce line for failed tests should have method-level accuracy
---
 gradle/testing/failed-tests-at-end.gradle | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gradle/testing/failed-tests-at-end.gradle b/gradle/testing/failed-tests-at-end.gradle
index ba91ba2..13a1d5c 100644
--- a/gradle/testing/failed-tests-at-end.gradle
+++ b/gradle/testing/failed-tests-at-end.gradle
@@ -29,7 +29,7 @@ allprojects {
             "name": "${desc.className}.${desc.name}",
             "project": "${test.project.path}",
             "output": file("${task.testOutputsDir}/${ErrorReportingTestListener.getOutputLogName(desc.parent)}"),
-            "reproduce": "gradlew ${project.path}:test --tests \"${desc.className}\" ${task.project.testOptionsForReproduceLine}"
+            "reproduce": "gradlew ${project.path}:test --tests \"${desc.className}.${desc.name}\" ${task.project.testOptionsForReproduceLine}"
         ]
       }
     }