From 4cfe547340bf56205203a714ef35880b7ec441cc Mon Sep 17 00:00:00 2001 From: Christian Franke Date: Mon, 5 Mar 2018 19:43:39 +0100 Subject: [PATCH] tests: fix python test description for test_ringbuf Signed-off-by: Christian Franke --- tests/lib/test_ringbuf.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/lib/test_ringbuf.py b/tests/lib/test_ringbuf.py index 860d872f86..5d994ddd7b 100644 --- a/tests/lib/test_ringbuf.py +++ b/tests/lib/test_ringbuf.py @@ -1,4 +1,6 @@ import frrtest -class TestRingbuf(frrtest.TestExitNonzero): +class TestRingbuf(frrtest.TestMultiOut): program = './test_ringbuf' + +TestRingbuf.exit_cleanly() -- 2.39.5