From 20c5bcf592de87404cce723d42a833b35e2eebcd Mon Sep 17 00:00:00 2001 From: Oleh Prypin Date: Thu, 18 Aug 2016 23:36:30 +0300 Subject: [PATCH] qa/workunits/rados/test_python.sh: Allow specifying Python executable (through an environment variable) Signed-off-by: Oleh Prypin --- qa/workunits/rados/test_python.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/workunits/rados/test_python.sh b/qa/workunits/rados/test_python.sh index 2aaff2d15fd..da36bb85034 100755 --- a/qa/workunits/rados/test_python.sh +++ b/qa/workunits/rados/test_python.sh @@ -4,5 +4,5 @@ CEPH_REF=${CEPH_REF:-master} #wget -q https://raw.github.com/ceph/ceph/$CEPH_REF/src/test/pybind/test_rados.py wget -O test_rados.py "https://git.ceph.com/?p=ceph.git;a=blob_plain;hb=$CEPH_REF;f=src/test/pybind/test_rados.py" || \ wget -O test_rados.py "https://git.ceph.com/?p=ceph.git;a=blob_plain;hb=ref/heads/$CEPH_REF;f=src/test/pybind/test_rados.py" -nosetests -v test_rados +${PYTHON:-python} -m nose -v test_rados exit 0 -- 2.39.5