Re: [ovs-dev] [test-kmod improvements 2/6] test: remove unnecessary command lines

2015-02-06 Thread Joe Stringer
On 5 February 2015 at 16:06, Andy Zhou wrote: > Those are not necessary and makes the test output file harder to read. > > Signed-off-by: Andy Zhou If the latter case for my feedback on the previous patch is addressed, then I think this is reasonable. Acked-by: Joe Stringer ___

[ovs-dev] [test-kmod improvements 2/6] test: remove unnecessary command lines

2015-02-05 Thread Andy Zhou
Those are not necessary and makes the test output file harder to read. Signed-off-by: Andy Zhou --- tests/kmod-macros.at | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/kmod-macros.at b/tests/kmod-macros.at index 86f1cef..ee9ba8a 100644 --- a/tests/kmod-macros.at +++