Re: [apparmor] [patch 1/8] parser caching tests - remove unused value

2013-10-24 Thread Christian Boltz
Hello, Am Mittwoch, 23. Oktober 2013 schrieb Steve Beattie: Remove unused report value where it's not used. Signed-off-by: Steve Beattie st...@nxnw.org --- parser/tst/caching.py | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) Acked-by: Christian Boltz

Re: [apparmor] [patch 8/8] parser testlib - use metaclass to mark all test functions keep_on_fail

2013-10-24 Thread Christian Boltz
Hello, Am Mittwoch, 23. Oktober 2013 schrieb Steve Beattie: This patch adds a python metaclass to wrap the test methods in the subclasses of the template class AATestTemplate with the keep_on_fail function, which sets the do_cleanup attribute to False when a testcase failure occurs (i.e. an