Fixed up the old unlogged calls to the kernel and rpm_kernel methods
using the @record decorator. The old unlogged calls were being made
by calling the "internal" versions of the methods, but now we just
have the decorated methods accept an extra "logged" parameter that
can be used to disable logging.

This change also changes the decorator to actually return the result
of the wrapped method, instead of always swallowing it.

From: John Admanski <jadmanski@google.com>
Signed-off-by: Martin Bligh <mbligh@google.com>



git-svn-id: http://test.kernel.org/svn/autotest/trunk@917 592f7852-d20e-0410-864c-8624ca9c26a4
2 files changed