mirror of
https://github.com/ceph/ceph
synced 2024-12-12 14:39:05 +00:00
af93f56203
otherwise they will be escaped by shell Signed-off-by: Kefu Chai <kchai@redhat.com>
6 lines
135 B
Bash
Executable File
6 lines
135 B
Bash
Executable File
#!/bin/sh -ex
|
|
|
|
ceph osd pool create rbd
|
|
${PYTHON:-python3} -m nose -v $(dirname $0)/../../../src/test/pybind/test_rados.py "$@"
|
|
exit 0
|