[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <51641D7C.3010006@redhat.com>
Date: Tue, 09 Apr 2013 15:54:04 +0200
From: Daniel Borkmann <dborkman@...hat.com>
To: Sergei Shtylyov <sergei.shtylyov@...entembedded.com>
CC: Alexandru Copot <alex.mihai.c@...il.com>, netdev@...r.kernel.org,
davem@...emloft.net, willemb@...gle.com, edumazet@...gle.com,
Daniel Baluta <dbaluta@...acom.com>
Subject: Re: [PATCH 1/3 net-next RFC] selftest: add abstractions for net selftests
On 04/09/2013 03:39 PM, Sergei Shtylyov wrote:
> On 09-04-2013 14:30, Alexandru Copot wrote:
>> Signed-of by Alexandru Copot <alex.mihai.c@...il.com>
>> Cc: Daniel Baluta <dbaluta@...acom.com>
> [...]
>
>> diff --git a/tools/testing/selftests/net/selftests.c b/tools/testing/selftests/net/selftests.c
>> new file mode 100644
>> index 0000000..cd6e427
>> --- /dev/null
>> +++ b/tools/testing/selftests/net/selftests.c
>> @@ -0,0 +1,30 @@
[...]
>> + for (i = 0; i < test->testcase_count; i++) {
>> + rc = test->run(ptr);
>> + allrc |= rc;
>> +
>> + if (test->abort_on_fail && rc) {
>> + printf("Testcase %d failed, aborting\n", i);
>> + }
>
> Nit: {} not needed here, at least if you folow the Linux coding style (you seem to).
We already figured out earlier in this thread that a ``break'' was missing. ;-)
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists