Re: [ovs-dev] [PATCH 2/3] tests: Convert OVS_WAIT_* macros to shell functions.

2012-03-07 Thread Ethan Jackson
Looks good, thanks. Ethan On Mon, Feb 20, 2012 at 15:33, Ben Pfaff wrote: > This reduces tests/testsuite by about 35 kB, by collapsing a number of > macro expansions into just one copy in a shell function. > > Signed-off-by: Ben Pfaff > --- >  tests/testsuite.at |   38 -

[ovs-dev] [PATCH 2/3] tests: Convert OVS_WAIT_* macros to shell functions.

2012-02-20 Thread Ben Pfaff
This reduces tests/testsuite by about 35 kB, by collapsing a number of macro expansions into just one copy in a shell function. Signed-off-by: Ben Pfaff --- tests/testsuite.at | 38 -- 1 files changed, 24 insertions(+), 14 deletions(-) diff --git a/tests/te