diff options
Diffstat (limited to 'qa/workunits/rados/test_python.sh')
-rwxr-xr-x | qa/workunits/rados/test_python.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qa/workunits/rados/test_python.sh b/qa/workunits/rados/test_python.sh new file mode 100755 index 00000000..80369c8d --- /dev/null +++ b/qa/workunits/rados/test_python.sh @@ -0,0 +1,4 @@ +#!/bin/sh -ex + +${PYTHON:-python} -m nose -v $(dirname $0)/../../../src/test/pybind/test_rados.py +exit 0 |