Tarantool development patches archive
 help / color / mirror / Atom feed
From: Sergey Bronnikov <sergeyb@tarantool.org>
To: Vladislav Shpilevoy <v.shpilevoy@tarantool.org>
Cc: o.piskunov@tarantool.org, tarantool-patches@dev.tarantool.org,
	Alexander Turenko <alexander.turenko@tarantool.org>
Subject: Re: [Tarantool-patches] [PATCH 1/2] test: update unit test lib to produce TAP-compliant output
Date: Mon, 8 Jun 2020 18:37:39 +0300	[thread overview]
Message-ID: <20200608153739.GC53062@pony.bronevichok.ru> (raw)
In-Reply-To: <bb3f8990-587d-0130-408c-6850126477bb@tarantool.org>

Hi, Vladislav

thanks for spending time on review of my patches!

On 00:52 Thu 04 Jun , Vladislav Shpilevoy wrote:
> Thanks for the patch!
> 
> > diff --git a/test/unit/unit.h b/test/unit/unit.h
> > index 43c301b28..27879ea98 100644
> > --- a/test/unit/unit.h
> > +++ b/test/unit/unit.h
> > @@ -129,6 +126,16 @@ int check_plan(void);
> >  	}						\
> >  }
> >  
> > +#define header() do {				\
> > +	_space(stdout);				\
> > +	printf("# *** %s ***\n", __func__);	\
> > +} while(0)
> > +
> > +#define footer() do {					\
> > +	_space(stdout);					\
> > +	printf("# *** %s: done ***\n", __func__);	\
> 
> Since alignment is used, lets use it correctly. And align all
> the slashes in the same way.

Fixed.

> I mean footer and header slashes. Slightly screwed tabs inside
> footer and inside header macros are git diff artifacts, no problem
> here.
> 
> > +} while(0)
> > +
> >  #if defined(__cplusplus)
> >  }
> >  #endif /* defined(__cplusplus) */

-- 
sergeyb@

  reply	other threads:[~2020-06-08 15:38 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-05-21  9:59 [Tarantool-patches] [PATCH 0/2] Make unit tests TAP-compliant sergeyb
2020-05-21  9:59 ` [Tarantool-patches] [PATCH 1/2] test: update unit test lib to produce TAP-compliant output sergeyb
2020-06-02  9:20   ` Sergey Bronnikov
2020-06-03 22:52   ` Vladislav Shpilevoy
2020-06-08 15:37     ` Sergey Bronnikov [this message]
2020-05-21  9:59 ` [Tarantool-patches] [PATCH 2/2] test: update unit tests to make them TAP-compliant sergeyb
2020-06-02  9:20   ` Sergey Bronnikov
2020-06-03 22:52   ` Vladislav Shpilevoy
2020-06-08 15:49     ` Sergey Bronnikov
2020-06-02  9:21 ` [Tarantool-patches] [PATCH 0/2] Make unit tests TAP-compliant Sergey Bronnikov
2020-06-03 22:52 ` Vladislav Shpilevoy
2020-06-08 15:35   ` Sergey Bronnikov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200608153739.GC53062@pony.bronevichok.ru \
    --to=sergeyb@tarantool.org \
    --cc=alexander.turenko@tarantool.org \
    --cc=o.piskunov@tarantool.org \
    --cc=tarantool-patches@dev.tarantool.org \
    --cc=v.shpilevoy@tarantool.org \
    --subject='Re: [Tarantool-patches] [PATCH 1/2] test: update unit test lib to produce TAP-compliant output' \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox