Hi Gábor,
On Mon, 5 Aug 2019, SZEDER Gábor wrote:
> On Sun, Aug 04, 2019 at 09:14:46PM +0200, Johannes Schindelin wrote:
> >
> > On Sat, 3 Aug 2019, SZEDER Gábor wrote:
> >
> > > So the dummy test above would start like this:
> > >
> > > expecting success of 'commit works':
> > > echo
On Sun, Aug 04, 2019 at 09:14:46PM +0200, Johannes Schindelin wrote:
> Hi,
>
> On Sat, 3 Aug 2019, SZEDER Gábor wrote:
>
> > So the dummy test above would start like this:
> >
> > expecting success of 'commit works':
> > echo content >file &&
> > [...]
>
> Maybe it would make sense
Hi,
On Sat, 3 Aug 2019, SZEDER Gábor wrote:
> So the dummy test above would start like this:
>
> expecting success of 'commit works':
> echo content >file &&
> [...]
Maybe it would make sense to also mention the test and test case number,
like so?
expecting success of t987
The verbose output of every test looks something like this:
expecting success:
echo content >file &&
git add file &&
git commit -m "add file"
[master (root-commit) d1fbfbd] add file
Author: A U Thor
1 file changed, 1 insertion(+)
create mode 100644 file
4 matches
Mail list logo