summaryrefslogtreecommitdiff
path: root/qa/workunits/rados/test_python.sh
diff options
context:
space:
mode:
Diffstat (limited to 'qa/workunits/rados/test_python.sh')
-rwxr-xr-xqa/workunits/rados/test_python.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/qa/workunits/rados/test_python.sh b/qa/workunits/rados/test_python.sh
index acc9420d9b1..7678cba863b 100755
--- a/qa/workunits/rados/test_python.sh
+++ b/qa/workunits/rados/test_python.sh
@@ -1,5 +1,6 @@
#!/bin/sh -ex
-wget -q https://raw.github.com/ceph/ceph/master/src/test/pybind/test_rados.py
+CEPH_REF=${CEPH_REF:-master}
+wget -q https://raw.github.com/ceph/ceph/$CEPH_REF/src/test/pybind/test_rados.py
nosetests -v test_rados
exit 0