mirror of
https://github.com/ceph/ceph
synced 2024-12-18 17:37:38 +00:00
124b1d3d2d
Backport: hammer Signed-off-by: Jason Dillaman <dillaman@redhat.com>
8 lines
198 B
Bash
Executable File
8 lines
198 B
Bash
Executable File
#!/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 master
|
|
exit 0
|