]> git.proxmox.com Git - ceph.git/blob - ceph/qa/workunits/fs/test_python.sh
add subtree-ish sources for 12.0.3
[ceph.git] / ceph / qa / workunits / fs / test_python.sh
1 #!/bin/sh -ex
2
3 # Running as root because the filesystem root directory will be
4 # owned by uid 0, and that's where we're writing.
5 sudo nosetests -v $(dirname $0)/../../../src/test/pybind/test_cephfs.py
6 exit 0