qa: drop rgw.py from test_python.sh workunit

Signed-off-by: Sage Weil <sage.weil@dreamhost.com>
This commit is contained in:
Sage Weil 2012-04-18 21:27:49 -07:00
parent d3a57a211a
commit f1de0d6cb3

View File

@ -1,7 +1,5 @@
#!/bin/sh -ex
wget -q https://raw.github.com/ceph/ceph/master/src/test/pybind/test_rados.py
wget -q https://raw.github.com/ceph/ceph/master/src/test/pybind/test_rgw.py
nosetests -v test_rados
nosetests -v test_rgw
exit 0