ceph/qa/workunits/fs/test_python.sh
Sage Weil cf294777ea qa/workunits: use relative path instead of wget from git
Signed-off-by: Sage Weil <sage@redhat.com>
2016-12-15 15:10:28 -05:00

7 lines
205 B
Bash
Executable File

#!/bin/sh -ex
# Running as root because the filesystem root directory will be
# owned by uid 0, and that's where we're writing.
sudo nosetests -v $(dirname $0)/../../../src/test/pybind/test_cephfs
exit 0