diff options
| author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-03-06 10:53:27 -0500 |
|---|---|---|
| committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-03-06 10:53:27 -0500 |
| commit | 5da39765e26a3f3142b3c1f39d701fcb94e4007c (patch) | |
| tree | 90db957247d6d0a53df2f2aee5ea3b368e1f4729 /tests/lib/test_ringbuf.py | |
| parent | e3e3afffc966dd25e3cb2a28573729ff7322d6e3 (diff) | |
| parent | c187f94a65018bccab6a8e2fb9d0c40062f7778a (diff) | |
Merge branch 'master' into docuser
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to 'tests/lib/test_ringbuf.py')
| -rw-r--r-- | tests/lib/test_ringbuf.py | 4 |
1 files changed, 3 insertions, 1 deletions
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() |
