]> git.proxmox.com Git - ceph.git/blob - ceph/qa/workunits/rados/test_python.sh
update sources to v12.1.2
[ceph.git] / ceph / qa / workunits / rados / test_python.sh
1 #!/bin/sh -ex
2
3 ${PYTHON:-python} -m nose -v $(dirname $0)/../../../src/test/pybind/test_rados.py
4 exit 0