]> git.puffer.fish Git - matthieu/frr.git/commit
tests: fix --valgrind-memleaks option
authorChristian Hopps <chopps@labn.net>
Tue, 21 Sep 2021 00:39:09 +0000 (20:39 -0400)
committerChristian Hopps <chopps@labn.net>
Fri, 22 Oct 2021 17:44:47 +0000 (17:44 +0000)
commita15e5ac082cff86173f45327db1c276120b88236
tree562dabaf71c2c2785025efa3950b0254f78c4036
parent1f87861ecc03df43d0d3f32358ad61702505cdde
tests: fix --valgrind-memleaks option

Previously, when a valgrind memleak was discovered, would cause a
catastrophic pytest failure. Now correctly fails the current pytest as
intended.

As a result of this fix --valgrind-memleaks now works in distributed
pytest mode as well.

Signed-off-by: Christian Hopps <chopps@labn.net>
tests/topotests/conftest.py