From 7aaa9a19d1cffc06f0db6728af2af777da893ecc Mon Sep 17 00:00:00 2001 From: Christian Mauderer Date: Wed, 3 Aug 2016 13:27:11 +0200 Subject: testsuite/pf02: Add interactive pf test. --- libbsd.py | 1 + 1 file changed, 1 insertion(+) (limited to 'libbsd.py') diff --git a/libbsd.py b/libbsd.py index 1138623b..5a88d877 100755 --- a/libbsd.py +++ b/libbsd.py @@ -2568,6 +2568,7 @@ def tests(mm): mod.addTest(mm.generator['test']('rcconf02', ['test_main'])) mod.addTest(mm.generator['test']('cdev01', ['test_main', 'test_cdev'])) mod.addTest(mm.generator['test']('pf01', ['test_main'])) + mod.addTest(mm.generator['test']('pf02', ['test_main'], runTest = False)) return mod # -- cgit v1.2.3