mirror of
https://github.com/ceph/ceph
synced 2025-02-19 08:57:27 +00:00
workunit: sudo rm -rf ...
Signed-off-by: Sage Weil <sage@inktank.com>
This commit is contained in:
parent
5c80201ec4
commit
939223aa4f
@ -303,7 +303,7 @@ def _run_tests(ctx, refspec, role, tests, env, subdir=None):
|
||||
)
|
||||
remote.run(
|
||||
logger=log.getChild(role),
|
||||
args=['rm', '-rf', '--', scratch_tmp],
|
||||
args=['sudo', 'rm', '-rf', '--', scratch_tmp],
|
||||
)
|
||||
finally:
|
||||
log.info('Stopping %s on %s...', spec, role)
|
||||
|
Loading…
Reference in New Issue
Block a user