]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/rados/test_crash.sh: do not fail if coredump not found 32883/head
authorKefu Chai <kchai@redhat.com>
Sun, 26 Jan 2020 14:20:42 +0000 (22:20 +0800)
committerKefu Chai <kchai@redhat.com>
Sun, 26 Jan 2020 17:20:56 +0000 (01:20 +0800)
Fixes: https://tracker.ceph.com/issues/43653
Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/suites/rados/singleton/all/test-crash.yaml

index b85db5ef1df92e95aba7a4b5dce68ff7ca7de5c1..0022e5f6ced8fecb4473dd70233ee521e2eb71ff 100644 (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 {} \;