From: Chang Liu Date: Fri, 23 Mar 2018 12:26:03 +0000 (+0800) Subject: test: delete asok directories correctly X-Git-Tag: v13.1.0~473^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=1d3a67cf16037d0b6779717103bb4bbe04550e57;p=ceph.git test: delete asok directories correctly Signed-off-by: Chang Liu --- diff --git a/run-make-check.sh b/run-make-check.sh index 43607d66661..86f7f2053bb 100755 --- a/run-make-check.sh +++ b/run-make-check.sh @@ -80,7 +80,7 @@ function run() { fi if ! $DRY_RUN ctest $CHECK_MAKEOPTS --output-on-failure; then - rm -f ${TMPDIR:-/tmp}/ceph-asok.* + rm -fr ${TMPDIR:-/tmp}/ceph-asok.* return 1 fi }