qa/workunits/rados/test_crash.sh: do not fail if coredump not found

Fixes: https://tracker.ceph.com/issues/43653
Signed-off-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2020-01-26 22:20:42 +08:00
parent d1f8717988
commit fdc1e88b87

View File

@ -15,4 +15,4 @@ tasks:
- ceph.restart: [osd.*]
- exec:
mon.a:
- rm $TESTDIR/archive/coredump/*
- find $TESTDIR/archive/coredump -type f -exec rm -f {} \;