]> git.proxmox.com Git - ceph.git/blobdiff - ceph/qa/workunits/rados/test_python.sh
update source to Ceph Pacific 16.2.2
[ceph.git] / ceph / qa / workunits / rados / test_python.sh
index bda9f0ea0e59c2c3a228d98718423ca56efc6912..469fcb7aa326c6518a574765b027253f76815c51 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