]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/standalone: always decode output from check_output() 36962/head
authorKefu Chai <kchai@redhat.com>
Thu, 3 Sep 2020 05:03:51 +0000 (13:03 +0800)
committerKefu Chai <kchai@redhat.com>
Thu, 3 Sep 2020 05:09:16 +0000 (13:09 +0800)
commit5c758f63aaee00fcc5d104ed0bfebb93e90d896c
tree224458ef3820fbc7f19dc9c0550a0ff2feb12ef3
parenteda90040adf80ceb4c2bc437af9615293c9b2781
qa/standalone: always decode output from check_output()

we could pass `text=True` for better readability, but that's introduced
in python3.7, or pass `error="ignore"` but it's too long.

Signed-off-by: Kefu Chai <kchai@redhat.com>
qa/standalone/special/ceph_objectstore_tool.py