From 6ad87dbbdcc24d525e4faffc5466dbfe22819b90 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Thu, 20 Aug 2020 01:06:10 +0800 Subject: [PATCH] qa/workunits/rados: pass options down to test_rados.py Signed-off-by: Kefu Chai --- 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 bda9f0ea0e59c..792b505c52762 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 -- 2.39.5