Re: [ovs-dev] [PATCH v2] gcov: Runtime configurable destination output

2016-05-20 Thread Aaron Conole
Oops. Bad send-email command line. Disregard. Aaron Conole writes: > From: Aaron Conole > > The previous gcov behavior was to always output errors on the stderr channel. > This is fine for most uses, but some programs will require stderr to be > untouched by libgcov for certain tests. This chan

[ovs-dev] [PATCH v2] gcov: Runtime configurable destination output

2016-05-20 Thread Aaron Conole
From: Aaron Conole The previous gcov behavior was to always output errors on the stderr channel. This is fine for most uses, but some programs will require stderr to be untouched by libgcov for certain tests. This change allows configuring the gcov output via an environment variable which will be