mirror of
https://github.com/ceph/ceph
synced 2024-12-30 15:33:31 +00:00
f1de0d6cb3
Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
6 lines
124 B
Bash
Executable File
6 lines
124 B
Bash
Executable File
#!/bin/sh -ex
|
|
|
|
wget -q https://raw.github.com/ceph/ceph/master/src/test/pybind/test_rados.py
|
|
nosetests -v test_rados
|
|
exit 0
|