From: Kefu Chai Date: Wed, 19 Aug 2020 17:06:10 +0000 (+0800) Subject: qa/workunits/rados: pass options down to test_rados.py X-Git-Tag: v16.1.0~1358^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=6ad87dbbdcc24d525e4faffc5466dbfe22819b90;p=ceph.git qa/workunits/rados: pass options down to test_rados.py Signed-off-by: Kefu Chai --- diff --git a/qa/workunits/rados/test_python.sh b/qa/workunits/rados/test_python.sh index bda9f0ea0e59..792b505c5276 100755 --- a/qa/workunits/rados/test_python.sh +++ b/qa/workunits/rados/test_python.sh @@ -1,5 +1,5 @@ #!/bin/sh -ex ceph osd pool create rbd -${PYTHON:-python3} -m nose -v $(dirname $0)/../../../src/test/pybind/test_rados.py +${PYTHON:-python3} -m nose -v $(dirname $0)/../../../src/test/pybind/test_rados.py $@ exit 0