mirror of
https://github.com/ceph/ceph
synced 2024-12-19 18:02:46 +00:00
5666fd61d6
When you have a relative path you have to include the extension. Weird. Signed-off-by: Sage Weil <sage@redhat.com>
5 lines
104 B
Bash
Executable File
5 lines
104 B
Bash
Executable File
#!/bin/sh -ex
|
|
|
|
${PYTHON:-python} -m nose -v $(dirname $0)/../../../src/test/pybind/test_rados.py
|
|
exit 0
|