Re: [ovs-dev] [PATCH V6 14/17] python tests: Ignore stderr output

2016-07-06 Thread Alin Serdean
- > De la: dev [mailto:dev-boun...@openvswitch.org] În numele Paul Boca > Trimis: Wednesday, July 6, 2016 3:39 PM > Către: dev@openvswitch.org > Subiect: [ovs-dev] [PATCH V6 14/17] python tests: Ignore stderr output > > test-unixctl.py and test-vlog.py outputs on stderr and on W

[ovs-dev] [PATCH V6 14/17] python tests: Ignore stderr output

2016-07-06 Thread Paul Boca
test-unixctl.py and test-vlog.py outputs on stderr and on Windows stderr is not overriden by every AT_CHECK call, the logs are only apended to the file and subsequent AT_CHECKs get errors from previous call. Signed-off-by: Paul-Daniel Boca --- V3: Initial commit V4: No changes V5: No changes V6: