]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
nuke: Fix cleanup of test dir
authorSam Lang <sam.lang@inktank.com>
Fri, 1 Feb 2013 17:45:04 +0000 (11:45 -0600)
committerSam Lang <sam.lang@inktank.com>
Fri, 1 Feb 2013 17:45:04 +0000 (11:45 -0600)
commitedfe5eeda1f5de8226abadf6a39dc4305b39e4e0
tree7f8d4d653484732835c654772a42d6a95d4577ec
parent4ebd90eb81c6e93230895b7ac2c4545f4139f63b
nuke: Fix cleanup of test dir

Nuke used to remove /tmp/cephtest, now it tries to
remove the test dir, which it may not have the name
for.  Instead of removing the test dir, we just
remove the base directory for all test directories,
which may or may not be /tmp/cephtest.

Signed-off-by: Sam Lang <sam.lang@inktank.com>
teuthology/nuke.py