On Mon, 2011-01-10 at 15:53 +0800, Amos Kong wrote: This was superseded by the exceptions patchset from Michael that I just applied today, but thanks for the fix!
> Signed-off-by: Amos Kong <[email protected]> > --- > client/tests/kvm/tests/ethtool.py | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/client/tests/kvm/tests/ethtool.py > b/client/tests/kvm/tests/ethtool.py > index 54c0d18..cc4d475 100644 > --- a/client/tests/kvm/tests/ethtool.py > +++ b/client/tests/kvm/tests/ethtool.py > @@ -124,7 +124,7 @@ def run_ethtool(test, params, env): > return (False, "Tcpdump process wasn't launched") > > logging.info("Start to transfer file") > - if not copy_files_from(filename, filename) > + if not copy_files_from(filename, filename): > return (False, "Child process transfer file failed") > logging.info("Transfer file completed") > session.cmd("killall tcpdump") > _______________________________________________ Autotest mailing list [email protected] http://test.kernel.org/cgi-bin/mailman/listinfo/autotest
