mirror of
https://github.com/ceph/ceph
synced 2025-03-09 09:48:09 +00:00
This will fail until #2533 is fixed. Signed-off-by: Josh Durgin <josh.durgin@inktank.com>
6 lines
152 B
Bash
Executable File
6 lines
152 B
Bash
Executable File
#!/bin/sh -ex
|
|
|
|
wget -q https://raw.github.com/ceph/ceph/master/src/test/pybind/test_rbd.py
|
|
nosetests -v -e '.*test_remove_with_watcher' test_rbd
|
|
exit 0
|