mirror of https://github.com/grpc/grpc-java.git
compiler: Produce unified output on diff failure
This includes the file names and context, which is soo much nicer.
This commit is contained in:
parent
24ff2748b7
commit
32cd4a0660
|
|
@ -279,6 +279,7 @@ def configureTestTask(Task task, String dep, String extraPackage) {
|
||||||
task.dependsOn "generateTest${dep}Proto"
|
task.dependsOn "generateTest${dep}Proto"
|
||||||
if (osdetector.os != 'windows') {
|
if (osdetector.os != 'windows') {
|
||||||
task.executable "diff"
|
task.executable "diff"
|
||||||
|
task.args "-u"
|
||||||
} else {
|
} else {
|
||||||
task.executable "fc"
|
task.executable "fc"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue