From: Sage Weil Date: Wed, 21 Nov 2012 16:29:47 +0000 (-0800) Subject: workunit: fix indentation X-Git-Tag: 1.1.0~2401 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=ddcf2089bd1531610bba4680c63dd31802b56562;p=teuthology.git workunit: fix indentation --- diff --git a/teuthology/task/workunit.py b/teuthology/task/workunit.py index f0232d3084..ae48d48fd5 100644 --- a/teuthology/task/workunit.py +++ b/teuthology/task/workunit.py @@ -226,8 +226,8 @@ def _run_tests(ctx, refspec, role, tests, env, subdir=None): args=['rm', '-rf', '--', scratch_tmp], ) finally: - log.info('Stopping %s on %s...', spec, role) - remote.run( + log.info('Stopping %s on %s...', spec, role) + remote.run( logger=log.getChild(role), args=[ 'rm', '-rf', '--', '/tmp/cephtest/workunits.list', srcdir,