mirror of
https://github.com/ceph/ceph
synced 2024-12-22 19:34:30 +00:00
8 lines
197 B
Bash
8 lines
197 B
Bash
|
#!/bin/sh -ex
|
||
|
|
||
|
CEPH_REF=${CEPH_REF:-master}
|
||
|
wget -O test_notify.py "https://git.ceph.com/?p=ceph.git;a=blob_plain;hb=$CEPH_REF;f=src/test/librbd/test_notify.py"
|
||
|
|
||
|
python test_notify.py slave
|
||
|
exit 0
|