ceph/qa/workunits/rados/test_python.sh
Sage Weil 5666fd61d6 qa/workunits: include extension for nose tests
When you have a relative path you have to include the extension.
Weird.

Signed-off-by: Sage Weil <sage@redhat.com>
2016-12-19 14:08:11 -05:00

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