mirror of
https://github.com/ceph/ceph
synced 2025-01-02 17:12:31 +00:00
Merge pull request #21023 from Liuchang0812/delete-asok-directories
test: delete asok directories correctly Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
commit
423eb018de
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user