Re: [ovs-dev] [PATCH v4 0/3] Testsuite fixes.

2016-03-29 Thread Joe Stringer
On 4 March 2016 at 18:31, Ilya Maximets wrote: > version 4: > * Reworked prohibition of parallel execution. > > version 3: > * AT_SKIP_IF ---> AT_CHECK(... || return 77). > * Using of GNU make extentions removed. > > version 2: > * 'testsuite: Add timeout to add_of_

Re: [ovs-dev] [PATCH v4 0/3] Testsuite fixes.

2016-03-14 Thread Ben Pfaff
No, I'm happy with it. On Mon, Mar 07, 2016 at 04:01:58PM -0800, Joe Stringer wrote: > This series looks good to me, thanks! > > Ben, did you have any remaining comments? > > On 3 March 2016 at 21:31, Ilya Maximets wrote: > > version 4: > > * Reworked prohibition of parallel execution.

Re: [ovs-dev] [PATCH v4 0/3] Testsuite fixes.

2016-03-14 Thread Ilya Maximets
Ping. On 08.03.2016 03:01, Joe Stringer wrote: > This series looks good to me, thanks! > > Ben, did you have any remaining comments? > > On 3 March 2016 at 21:31, Ilya Maximets wrote: >> version 4: >> * Reworked prohibition of parallel execution. >> >> version 3: >> * AT_SKIP_IF

Re: [ovs-dev] [PATCH v4 0/3] Testsuite fixes.

2016-03-07 Thread Joe Stringer
This series looks good to me, thanks! Ben, did you have any remaining comments? On 3 March 2016 at 21:31, Ilya Maximets wrote: > version 4: > * Reworked prohibition of parallel execution. > > version 3: > * AT_SKIP_IF ---> AT_CHECK(... || return 77). > * Using of GNU make