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

2012-03-07 Thread Ben Pfaff
Thanks, I removed the trailing whitespace and pushed the series. On Wed, Mar 07, 2012 at 01:30:12PM -0800, Ethan Jackson wrote: > There's some trailing whitespace in ovsdb-execution.at > > Otherwise looks good, thank you. > > Ethan > > On Mon, Feb 20, 2012 at 15:34, Ben Pfaff wrote: > > This r

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

2012-03-07 Thread Ethan Jackson
There's some trailing whitespace in ovsdb-execution.at Otherwise looks good, thank you. Ethan On Mon, Feb 20, 2012 at 15:34, Ben Pfaff wrote: > This reduces tests/testsuite by about 70 kB, by collapsing a number of > macro expansions into just one copy in a shell function. > > Signed-off-by: Be

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

2012-02-20 Thread Ben Pfaff
This reduces tests/testsuite by about 70 kB, by collapsing a number of macro expansions into just one copy in a shell function. Signed-off-by: Ben Pfaff --- tests/ovsdb-execution.at | 97 +++--- tests/ovsdb-monitor.at | 31 +++ tests/ovsd