]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/workunits/rados: pass options down to test_rados.py
authorKefu Chai <kchai@redhat.com>
Wed, 19 Aug 2020 17:06:10 +0000 (01:06 +0800)
committerKefu Chai <kchai@redhat.com>
Fri, 21 Aug 2020 08:41:31 +0000 (16:41 +0800)
Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/workunits/rados/test_python.sh

index bda9f0ea0e59c2c3a228d98718423ca56efc6912..792b505c527623397e7aa6e8fbb459d58d936f14 100755 (executable)
@@ -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