Re: [ovs-dev] [RFC 2/4] tests: make as() function as documented

2016-03-18 Thread Ben Pfaff
On Wed, Mar 02, 2016 at 04:40:46PM -0500, Lance Richardson wrote: > As documented, the as() function should only create a subshell > to execute the provided command when a command is present. Correct > the implementation to check for the presence of the command parameter > instead of the sandbox na

[ovs-dev] [RFC 2/4] tests: make as() function as documented

2016-03-02 Thread Lance Richardson
As documented, the as() function should only create a subshell to execute the provided command when a command is present. Correct the implementation to check for the presence of the command parameter instead of the sandbox name (which is always present in current usage). Signed-off-by: Lance Richa