mirror of
https://github.com/ceph/ceph
synced 2025-02-19 08:57:27 +00:00
workunit: fix indentation
This commit is contained in:
parent
ca086261a0
commit
ddcf2089bd
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user