mirror of
https://github.com/ceph/ceph
synced 2024-12-26 21:43:10 +00:00
253a557f10
Signed-off-by: Sage Weil <sage@redhat.com>
6 lines
108 B
Bash
Executable File
6 lines
108 B
Bash
Executable File
#!/bin/sh -ex
|
|
|
|
relpath=$(dirname $0)/../../../src/test/librbd
|
|
python3 $relpath/test_notify.py master
|
|
exit 0
|