Re: [PATCH 4/9] tests: optionally write results as JUnit-style .xml

2018-09-04 Thread Johannes Schindelin
Hi Eric, On Mon, 3 Sep 2018, Eric Sunshine wrote: > On Mon, Sep 3, 2018 at 5:10 PM Johannes Schindelin via GitGitGadget > wrote: > > This will come in handy when publishing the results of Git's test suite > > during an automated VSTS CI run. > > > > Signed-off-by: Johannes Schindelin > > --- >

Re: [PATCH 4/9] tests: optionally write results as JUnit-style .xml

2018-09-03 Thread Eric Sunshine
On Mon, Sep 3, 2018 at 5:10 PM Johannes Schindelin via GitGitGadget wrote: > This will come in handy when publishing the results of Git's test suite > during an automated VSTS CI run. > > Signed-off-by: Johannes Schindelin > --- > diff --git a/t/test-lib.sh b/t/test-lib.sh > @@ -431,11 +434,24

[PATCH 4/9] tests: optionally write results as JUnit-style .xml

2018-09-03 Thread Johannes Schindelin via GitGitGadget
From: Johannes Schindelin This will come in handy when publishing the results of Git's test suite during an automated VSTS CI run. Signed-off-by: Johannes Schindelin --- t/.gitignore | 1 + t/test-lib.sh | 98 +++ 2 files changed, 99