mirror of
https://github.com/ceph/ceph
synced 2025-02-20 17:37:29 +00:00
Add qa/workunits/rados/test.sh
Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
This commit is contained in:
parent
2dd5510c02
commit
930bd329e7
14
qa/workunits/rados/test.sh
Executable file
14
qa/workunits/rados/test.sh
Executable file
@ -0,0 +1,14 @@
|
||||
#!/bin/sh
|
||||
|
||||
die() {
|
||||
echo "${@}"
|
||||
exit 1
|
||||
}
|
||||
|
||||
for f in ./test_rados_api_*; do
|
||||
if [ -x "${f}" ]; then
|
||||
"${f}" || die "${f} failed."
|
||||
fi
|
||||
done
|
||||
|
||||
exit 0
|
Loading…
Reference in New Issue
Block a user