On Tue, Sep 29, 2015 at 11:17:13AM -0700, Ben Pfaff wrote: > AT_CHECK runs its commands in a subshell. That means that (among other > effects), any variable assignments within its commands will disappear after > the commands' completion. That doesn't matter for any of the existing > users, which don't do the sorts of things that affect an outer shell > environment anyhow, but an upcoming user wants to make a shell assignment > that persists. This commit makes that possible, by using AT_CHECK > (actually AT_FAIL_IF but it's moot) only upon failure instead of bracketing > the entire test. > > Signed-off-by: Ben Pfaff <b...@nicira.com> > ---
I like the idea of passing variables. Patch looks good, nothing breaks here though I had to manually update the couple patches here. Acked-by: Flavio Leitner <f...@sysclose.org> _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev